Projects STRLCPY maigret Commits 03511a7a
🤬
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.18] - 2021-03-30
     6 +* some API improvements
     7 + 
    5 8  ## [0.1.17] - 2021-03-30
    6 9  * simplified maigret search API
    7 10  * improved documentation
    skipped 74 lines
  • ■ ■ ■ ■
    maigret/maigret.py
    skipped 20 lines
    21 21  from .submit import submit_dialog
    22 22  from .utils import get_dict_ascii_tree
    23 23   
    24  -__version__ = '0.1.17'
     24 +__version__ = '0.1.18'
    25 25   
    26 26   
    27 27  async def main():
    skipped 404 lines
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.1.17',
     15 + version='0.1.18',
    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