diff --git a/docs/changes.rst b/docs/changes.rst index 64292bfe..52e9ff81 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,10 +20,10 @@ Change log ---------- -Version 1.12.1.dev1 -^^^^^^^^^^^^^^^^^^^ +Version 1.12.1 +^^^^^^^^^^^^^^ -Released: not yet +Released: 2023-11-24 **Incompatible changes:** @@ -35,8 +35,6 @@ Released: not yet an AssertionError and you need to change your code to specify them as keyword arguments, instead. -**Deprecations:** - **Bug fixes:** * Addressed safety issues up to 2023-11-22. @@ -48,14 +46,6 @@ Released: not yet * Additional log entries when HTTP status 403 is received, for easier detection. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.12.0 ^^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 35d4648d..a5134838 100644 --- a/zhmcclient/_version.py +++ b/zhmcclient/_version.py @@ -27,7 +27,7 @@ #: #: * "M.N.P.dev1": A not yet released version M.N.P #: * "M.N.P": A released version M.N.P -__version__ = '1.12.1.dev1' +__version__ = '1.12.1' # Check supported Python versions # Keep these Python versions in sync with: