mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
@@ -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,3 +1,3 @@
|
|||||||
"""Maigret version file"""
|
"""Maigret version file"""
|
||||||
|
|
||||||
__version__ = '0.2.3'
|
__version__ = '0.2.4'
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user