Projects STRLCPY maigret Commits 252d12ff
🤬
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.20] - 2021-05-02
     6 +* added `--retries` option
     7 +* added `source` feature for sites' mirrors
     8 +* improved `submit` mode
     9 +* lot of style and logic fixes
     10 + 
    5 11  ## [0.1.19] - 2021-04-14
    6 12  * added `--no-progressbar` option
    7 13  * fixed ascii tree bug
    skipped 83 lines
  • ■ ■ ■ ■
    maigret/maigret.py
    skipped 35 lines
    36 36  from .submit import submit_dialog
    37 37  from .utils import get_dict_ascii_tree
    38 38   
    39  -__version__ = '0.1.19'
     39 +__version__ = '0.1.20'
    40 40   
    41 41   
    42 42  def notify_about_errors(search_results, query_notify):
    skipped 583 lines
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.1.19',
     15 + version='0.1.20',
    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