Skip to content

Commit 58ae979

Browse files
authored
Bumped to v0.4.1 (#317)
1 parent e8d63ef commit 58ae979

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## [0.4.1] - 2022-01-15
6+
* Added dozen of sites, improved submit mode by @soxoj in https://github.com/soxoj/maigret/pull/288
7+
* Bump requests from 2.26.0 to 2.27.0 by @dependabot in https://github.com/soxoj/maigret/pull/292
8+
* changed Bayoushooter to use XenForo and foursquare to use correct checkType by @antomarsi in https://github.com/soxoj/maigret/pull/289
9+
* Bump requests from 2.27.0 to 2.27.1 by @dependabot in https://github.com/soxoj/maigret/pull/293
10+
* Added aparat.com by @soxoj in https://github.com/soxoj/maigret/pull/294
11+
* Fixed BongaCams, links parsing improved by @soxoj in https://github.com/soxoj/maigret/pull/297
12+
* Temporary fix for Twitter (#299) by @soxoj in https://github.com/soxoj/maigret/pull/300
13+
* Fixed TikTok checks (#303) by @soxoj in https://github.com/soxoj/maigret/pull/306
14+
* Bump pycountry from 20.7.3 to 22.1.10 by @dependabot in https://github.com/soxoj/maigret/pull/313
15+
* Pornhub search improved by @soxoj in https://github.com/soxoj/maigret/pull/315
16+
* Codacademy fixed by @soxoj in https://github.com/soxoj/maigret/pull/316
17+
* Bump pytest-asyncio from 0.16.0 to 0.17.0 by @dependabot in https://github.com/soxoj/maigret/pull/314
18+
19+
**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.4.0...v0.4.1
20+
521
## [0.4.0] - 2022-01-03
622
* Delayed import of requests module, speed check command, reqs updated by @soxoj in https://github.com/soxoj/maigret/pull/189
723
* Snapcraft yaml added by @soxoj in https://github.com/soxoj/maigret/pull/190

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
copyright = '2021, soxoj'
77
author = 'soxoj'
88

9-
release = '0.4.0'
10-
version = '0.4.0'
9+
release = '0.4.1'
10+
version = '0.4.1'
1111

1212
# -- General configuration
1313

maigret/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Maigret version file"""
22

3-
__version__ = '0.4.0'
3+
__version__ = '0.4.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
requires = rf.read().splitlines()
1212

1313
setup(name='maigret',
14-
version='0.4.0',
14+
version='0.4.1',
1515
description='Collect a dossier on a person by username from a huge number of sites',
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)