Skip to content

Commit

Permalink
Merge pull request #110 from soxoj/0.1.19
Browse files Browse the repository at this point in the history
Bump to 0.1.19
  • Loading branch information
soxoj authored Apr 14, 2021
2 parents 481badd + 786cb59 commit b345512
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.1.19] - 2021-04-14
* added `--no-progressbar` option
* fixed ascii tree bug
* fixed `python -m maigret` run
* fixed requests freeze with timeout async tasks

## [0.1.18] - 2021-03-30
* some API improvements

Expand Down
2 changes: 1 addition & 1 deletion maigret/maigret.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .submit import submit_dialog
from .utils import get_dict_ascii_tree

__version__ = '0.1.18'
__version__ = '0.1.19'


async def main():
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.18',
version='0.1.19',
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 b345512

Please sign in to comment.