Projects STRLCPY maigret Commits aa6cd0ec
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    1 1  # Changelog
    2 2   
    3 3  ## [Unreleased]
     4 + 
     5 +## [0.2.3] - 2021-05-12
    4 6  * added Yelp and yelp_userid support
     7 +* tags markup stabilization
     8 +* improved errors detection
    5 9   
    6 10  ## [0.2.2] - 2021-05-07
    7 11  * improved ids extractors
    skipped 100 lines
  • ■ ■ ■ ■
    maigret/__version__.py
    1 1  """Maigret version file"""
    2 2   
    3  -__version__ = '0.2.2'
     3 +__version__ = '0.2.3'
    4 4   
  • ■ ■ ■ ■
    requirements.txt
    skipped 25 lines
    26 26  requests>=2.24.0
    27 27  requests-futures==1.0.0
    28 28  six==1.15.0
    29  -socid-extractor>=0.0.16
     29 +socid-extractor>=0.0.19
    30 30  soupsieve==2.1
    31 31  stem==1.8.0
    32 32  torrequest==0.1.0
    skipped 7 lines
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.2.2',
     15 + version='0.2.3',
    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