From 58ae97990455f219bae37e7f9cfd0cc2889bf5ca Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Sat, 15 Jan 2022 12:51:27 +0300 Subject: [PATCH] Bumped to v0.4.1 (#317) --- CHANGELOG.md | 16 ++++++++++++++++ docs/source/conf.py | 4 ++-- maigret/__version__.py | 2 +- setup.py | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c76e47..c3756083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## [0.4.1] - 2022-01-15 +* Added dozen of sites, improved submit mode by @soxoj in https://github.com/soxoj/maigret/pull/288 +* Bump requests from 2.26.0 to 2.27.0 by @dependabot in https://github.com/soxoj/maigret/pull/292 +* changed Bayoushooter to use XenForo and foursquare to use correct checkType by @antomarsi in https://github.com/soxoj/maigret/pull/289 +* Bump requests from 2.27.0 to 2.27.1 by @dependabot in https://github.com/soxoj/maigret/pull/293 +* Added aparat.com by @soxoj in https://github.com/soxoj/maigret/pull/294 +* Fixed BongaCams, links parsing improved by @soxoj in https://github.com/soxoj/maigret/pull/297 +* Temporary fix for Twitter (#299) by @soxoj in https://github.com/soxoj/maigret/pull/300 +* Fixed TikTok checks (#303) by @soxoj in https://github.com/soxoj/maigret/pull/306 +* Bump pycountry from 20.7.3 to 22.1.10 by @dependabot in https://github.com/soxoj/maigret/pull/313 +* Pornhub search improved by @soxoj in https://github.com/soxoj/maigret/pull/315 +* Codacademy fixed by @soxoj in https://github.com/soxoj/maigret/pull/316 +* Bump pytest-asyncio from 0.16.0 to 0.17.0 by @dependabot in https://github.com/soxoj/maigret/pull/314 + +**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.4.0...v0.4.1 + ## [0.4.0] - 2022-01-03 * Delayed import of requests module, speed check command, reqs updated by @soxoj in https://github.com/soxoj/maigret/pull/189 * Snapcraft yaml added by @soxoj in https://github.com/soxoj/maigret/pull/190 diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f7eab11..6b5e9d46 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ copyright = '2021, soxoj' author = 'soxoj' -release = '0.4.0' -version = '0.4.0' +release = '0.4.1' +version = '0.4.1' # -- General configuration diff --git a/maigret/__version__.py b/maigret/__version__.py index d43dffae..90db754b 100644 --- a/maigret/__version__.py +++ b/maigret/__version__.py @@ -1,3 +1,3 @@ """Maigret version file""" -__version__ = '0.4.0' +__version__ = '0.4.1' diff --git a/setup.py b/setup.py index f1541812..6a7b95dc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ requires = rf.read().splitlines() setup(name='maigret', - version='0.4.0', + version='0.4.1', 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",