Skip to content

Commit 0803d8e

Browse files
authored
Merge pull request #432 from soxoj/0.4.3
Bump to 0.4.3
2 parents dd57019 + 19956f7 commit 0803d8e

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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

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.2'
10-
version = '0.4.2'
9+
release = '0.4.3'
10+
version = '0.4.3'
1111

1212
# -- General configuration
1313

docs/source/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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.2'
3+
__version__ = '0.4.3'

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.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",

0 commit comments

Comments
 (0)