Skip to content

Commit

Permalink
Merge pull request #121 from soxoj/0.2.0
Browse files Browse the repository at this point in the history
Bump to 0.2.0, yank 0.1.20
  • Loading branch information
soxoj authored May 2, 2021
2 parents 1afdda7 + a084203 commit ec0d3a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## [Unreleased]

## [0.1.20] - 2021-05-02
## [0.2.0] - 2021-05-02
* added `--retries` option
* added `source` feature for sites' mirrors
* improved `submit` mode
* lot of style and logic fixes

## [0.1.20] - 2021-05-02 [YANKED]

## [0.1.19] - 2021-04-14
* added `--no-progressbar` option
* fixed ascii tree bug
Expand Down
2 changes: 1 addition & 1 deletion maigret/maigret.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from .submit import submit_dialog
from .utils import get_dict_ascii_tree

__version__ = '0.1.20'
__version__ = '0.2.0'


def notify_about_errors(search_results, query_notify):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires = rf.read().splitlines()

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',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ec0d3a1

Please sign in to comment.