Merge pull request #121 from soxoj/0.2.0

Bump to 0.2.0, yank 0.1.20
This commit is contained in:
soxoj
2021-05-02 20:02:58 +03:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -2,12 +2,14 @@
## [Unreleased] ## [Unreleased]
## [0.1.20] - 2021-05-02 ## [0.2.0] - 2021-05-02
* added `--retries` option * added `--retries` option
* added `source` feature for sites' mirrors * added `source` feature for sites' mirrors
* improved `submit` mode * improved `submit` mode
* lot of style and logic fixes * lot of style and logic fixes
## [0.1.20] - 2021-05-02 [YANKED]
## [0.1.19] - 2021-04-14 ## [0.1.19] - 2021-04-14
* added `--no-progressbar` option * added `--no-progressbar` option
* fixed ascii tree bug * fixed ascii tree bug
+1 -1
View File
@@ -36,7 +36,7 @@ from .sites import MaigretDatabase
from .submit import submit_dialog from .submit import submit_dialog
from .utils import get_dict_ascii_tree from .utils import get_dict_ascii_tree
__version__ = '0.1.20' __version__ = '0.2.0'
def notify_about_errors(search_results, query_notify): def notify_about_errors(search_results, query_notify):
+1 -1
View File
@@ -12,7 +12,7 @@ with open('requirements.txt') as rf:
requires = rf.read().splitlines() requires = rf.read().splitlines()
setup(name='maigret', setup(name='maigret',
version='0.1.20', version='0.2.0',
description='Collect a dossier on a person by username from a huge number of sites', description='Collect a dossier on a person by username from a huge number of sites',
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",