Projects STRLCPY maigret Commits bb1bde83
🤬
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.2.4] - 2021-05-18
     6 +* cli output report
     7 +* various improvements
     8 + 
    5 9  ## [0.2.3] - 2021-05-12
    6 10  * added Yelp and yelp_userid support
    7 11  * tags markup stabilization
    skipped 104 lines
  • ■ ■ ■ ■
    maigret/__version__.py
    1 1  """Maigret version file"""
    2 2   
    3  -__version__ = '0.2.3'
     3 +__version__ = '0.2.4'
    4 4   
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.2.3',
     15 + version='0.2.4',
    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