Skip to content

Commit 022e0f8

Browse files
committed
Release 0.20.3
1 parent 9bfdd20 commit 022e0f8

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
---------
33

4+
0.20.3 (2024-09-04)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Avoids Ansible spamming us with warnings when creating multiple
58
`Api` instances.
69
[Daverball]

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.20.2'
63+
version = '0.20.3'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.20.2'
65+
release = '0.20.3'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module = ["suitable._module_types"]
3535
warn_return_any = false
3636

3737
[tool.bumpversion]
38-
current_version = "0.20.2"
38+
current_version = "0.20.3"
3939
commit = true
4040
message = "Release {new_version}"
4141
tag = true

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = suitable
3-
version = 0.20.2
3+
version = 0.20.3
44
url = http://github.com/seantis/suitable/
55
author = Denis Krienbühl
66
author_email = denis@href.ch

0 commit comments

Comments
 (0)