diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cbe2291..ab72b96 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,9 @@ Changelog --------- +0.20.3 (2024-09-04) +~~~~~~~~~~~~~~~~~~~ + - Avoids Ansible spamming us with warnings when creating multiple `Api` instances. [Daverball] diff --git a/docs/conf.py b/docs/conf.py index ebf0222..83df6a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/pyproject.toml b/pyproject.toml index bd081fe..9f4e484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/setup.cfg b/setup.cfg index f4fe62a..343624f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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