Merge pull request #155 from soxoj/0.2.4

Bump to 0.2.4
This commit is contained in:
soxoj
2021-05-18 01:20:00 +03:00
committed by GitHub
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -2,6 +2,10 @@
## [Unreleased] ## [Unreleased]
## [0.2.4] - 2021-05-18
* cli output report
* various improvements
## [0.2.3] - 2021-05-12 ## [0.2.3] - 2021-05-12
* added Yelp and yelp_userid support * added Yelp and yelp_userid support
* tags markup stabilization * tags markup stabilization
+1 -1
View File
@@ -1,3 +1,3 @@
"""Maigret version file""" """Maigret version file"""
__version__ = '0.2.3' __version__ = '0.2.4'
+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.2.3', version='0.2.4',
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",