diff --git a/README.rst b/README.rst index 7b7913a..667e0b5 100644 --- a/README.rst +++ b/README.rst @@ -61,6 +61,9 @@ Latest Release Changelog --------- +0.20.0 (2024-08-28) +~~~~~~~~~~~~~~~~~~~ + - Raises minimum Ansible version to 6 [Daverball] diff --git a/docs/conf.py b/docs/conf.py index b21f3f2..e76ce05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = '0.19.2' +version = '0.20.0' # The full version, including alpha/beta/rc tags. -release = '0.19.2' +release = '0.20.0' # 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 c5c8fb2..d19d03a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ module = ["suitable._module_types"] warn_return_any = false [tool.bumpversion] -current_version = "0.21.0" +current_version = "0.20.0" commit = true message = "Release {new_version}" tag = true diff --git a/setup.cfg b/setup.cfg index ed4ca96..6249ede 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = suitable -version = 0.19.2 +version = 0.20.0 url = http://github.com/seantis/suitable/ author = Denis Krienbühl author_email = denis@href.ch