Bump to 0.2.3

This commit is contained in:
Soxoj
2021-05-12 22:37:19 +03:00
parent 8a562d06ae
commit 38e5d5c664
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,7 +1,11 @@
# Changelog
## [Unreleased]
## [0.2.3] - 2021-05-12
* added Yelp and yelp_userid support
* tags markup stabilization
* improved errors detection
## [0.2.2] - 2021-05-07
* improved ids extractors
+1 -1
View File
@@ -1,3 +1,3 @@
"""Maigret version file"""
__version__ = '0.2.2'
__version__ = '0.2.3'
+1 -1
View File
@@ -26,7 +26,7 @@ python-socks==1.1.2
requests>=2.24.0
requests-futures==1.0.0
six==1.15.0
socid-extractor>=0.0.16
socid-extractor>=0.0.19
soupsieve==2.1
stem==1.8.0
torrequest==0.1.0
+1 -1
View File
@@ -12,7 +12,7 @@ with open('requirements.txt') as rf:
requires = rf.read().splitlines()
setup(name='maigret',
version='0.2.2',
version='0.2.3',
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",