Projects STRLCPY maigret Commits 9386266d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 1 lines
    2 2   
    3 3  ## [Unreleased]
    4 4   
     5 +## [0.1.12] - 2021-01-28
     6 +* added support of custom cookies
     7 +* fixed lots of false positives
     8 + 
    5 9  ## [0.1.11] - 2021-01-16
    6 10  * tags and custom data checks bugfixes
    7 11  * added parsing activation logic
    skipped 37 lines
  • ■ ■ ■ ■
    maigret/maigret.py
    skipped 25 lines
    26 26  from .result import QueryResult, QueryStatus
    27 27  from .sites import MaigretDatabase, MaigretSite
    28 28   
    29  -__version__ = '0.1.11'
     29 +__version__ = '0.1.12'
    30 30   
    31 31  supported_recursive_search_ids = (
    32 32   'yandex_public_id',
    skipped 918 lines
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.1.11',
     15 + version='0.1.12',
    16 16   description='Collect a dossier on a person by username from a huge number of sites',
    17 17   long_description=long_description,
    18 18   long_description_content_type="text/markdown",
    skipped 10 lines
Please wait...
Page is in error, reload to recover