From 640c04f20bb06235e8181b63768a76ef7557571c Mon Sep 17 00:00:00 2001 From: Soxoj Date: Tue, 30 Mar 2021 00:31:40 +0300 Subject: [PATCH 1/2] Updated socid_extractor version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d88b320e..44d30a90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 From 51d9e6f5f60aa70ab539837fbad0b77cfe4a5830 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Tue, 30 Mar 2021 00:33:51 +0300 Subject: [PATCH 2/2] Bump to v0.1.17 --- CHANGELOG.md | 2 ++ maigret/maigret.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 640e82af..da8c3297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [0.1.17] - 2021-03-30 * simplified maigret search API * improved documentation * fixed 403 response code ignoring bug diff --git a/maigret/maigret.py b/maigret/maigret.py index 2aaef46d..c6781a13 100755 --- a/maigret/maigret.py +++ b/maigret/maigret.py @@ -21,7 +21,7 @@ from .submit import submit_dialog from .utils import get_dict_ascii_tree -__version__ = '0.1.16' +__version__ = '0.1.17' async def main(): diff --git a/setup.py b/setup.py index 6eba16f5..48007bf7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ 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",