File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66copyright = '2021, soxoj'
77author = '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
Original file line number Diff line number Diff line change 11"""Maigret version file"""
22
3- __version__ = '0.4.0 '
3+ __version__ = '0.4.1 '
Original file line number Diff line number Diff line change 1111 requires = rf .read ().splitlines ()
1212
1313setup (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" ,
You can’t perform that action at this time.
0 commit comments