Merge pull request #95 from soxoj/socid-bump

Updated socid_extractor version
This commit is contained in:
soxoj
2021-03-30 00:37:02 +03:00
committed by GitHub
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [0.1.17] - 2021-03-30
* simplified maigret search API
* improved documentation
* fixed 403 response code ignoring bug
+1 -1
View File
@@ -21,7 +21,7 @@ from .sites import MaigretDatabase
from .submit import submit_dialog
from .utils import get_dict_ascii_tree
__version__ = '0.1.16'
__version__ = '0.1.17'
async def main():
+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.15
socid-extractor>=0.0.16
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.1.15',
version='0.1.17',
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",