Skip to content

Commit

Permalink
Release 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Sep 4, 2024
1 parent 9bfdd20 commit 022e0f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

0.20.3 (2024-09-04)
~~~~~~~~~~~~~~~~~~~

- Avoids Ansible spamming us with warnings when creating multiple
`Api` instances.
[Daverball]
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.20.2'
version = '0.20.3'
# The full version, including alpha/beta/rc tags.
release = '0.20.2'
release = '0.20.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module = ["suitable._module_types"]
warn_return_any = false

[tool.bumpversion]
current_version = "0.20.2"
current_version = "0.20.3"
commit = true
message = "Release {new_version}"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = suitable
version = 0.20.2
version = 0.20.3
url = http://github.com/seantis/suitable/
author = Denis Krienbühl
author_email = denis@href.ch
Expand Down

0 comments on commit 022e0f8

Please sign in to comment.