Projects STRLCPY maigret Commits ec0d3a1f
🤬
  • ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 1 lines
    2 2   
    3 3  ## [Unreleased]
    4 4   
    5  -## [0.1.20] - 2021-05-02
     5 +## [0.2.0] - 2021-05-02
    6 6  * added `--retries` option
    7 7  * added `source` feature for sites' mirrors
    8 8  * improved `submit` mode
    9 9  * lot of style and logic fixes
     10 + 
     11 +## [0.1.20] - 2021-05-02 [YANKED]
    10 12   
    11 13  ## [0.1.19] - 2021-04-14
    12 14  * added `--no-progressbar` option
    skipped 84 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.20'
     39 +__version__ = '0.2.0'
    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.20',
     15 + version='0.2.0',
    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