File tree Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.4.3] - 2022-04-13
6+ * Added Sites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/386
7+ * added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/390
8+ * Skipped broken tests by @soxoj in https://github.com/soxoj/maigret/pull/397
9+ * Added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/401
10+ * Added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/404
11+ * Updated statistics by @soxoj in https://github.com/soxoj/maigret/pull/406
12+ * Added new Websites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/413
13+ * Disabled houzz.com, updated sites statistics by @soxoj in https://github.com/soxoj/maigret/pull/422
14+ * Fixed last false positives by @soxoj in https://github.com/soxoj/maigret/pull/424
15+ * Fixed actual false positives by @soxoj in https://github.com/soxoj/maigret/pull/431
16+
17+ ** Full Changelog** : https://github.com/soxoj/maigret/compare/v0.4.2...v0.4.3
18+
519## [ 0.4.2] - 2022-03-07
620* [ ImgBot] Optimize images by @imgbot in https://github.com/soxoj/maigret/pull/319
721* Bump pytest-asyncio from 0.17.0 to 0.17.1 by @dependabot in https://github.com/soxoj/maigret/pull/321
Original file line number Diff line number Diff line change 66copyright = '2021, soxoj'
77author = 'soxoj'
88
9- release = '0.4.2 '
10- version = '0.4.2 '
9+ release = '0.4.3 '
10+ version = '0.4.3 '
1111
1212# -- General configuration
1313
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ PyPi package.
6969 4. Get auto-generate release notes:
7070
7171- Open https://github.com/soxoj/maigret/releases/new
72- - Click `Choose a tag `, enter `test `
72+ - Click `Choose a tag `, enter `v0.4.0 ` (your version)
7373- Click `Create new tag `
7474- Press `+ Auto-generate release notes `
7575- Copy all the text from description text field below
Original file line number Diff line number Diff line change 11"""Maigret version file"""
22
3- __version__ = '0.4.2 '
3+ __version__ = '0.4.3 '
Original file line number Diff line number Diff line change 1111 requires = rf .read ().splitlines ()
1212
1313setup (name = 'maigret' ,
14- version = '0.4.2 ' ,
14+ version = '0.4.3 ' ,
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