diff --git a/docs/changes.rst b/docs/changes.rst index b648b2e6..b37c1ad4 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,14 +20,10 @@ Change log ---------- -Version 1.12.2.dev1 -^^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 1.12.2 +^^^^^^^^^^^^^^ -**Deprecations:** +Released: 2023-12-15 **Bug fixes:** @@ -39,14 +35,6 @@ Released: not yet Session.wait_for_completion() now retries in case of ConnectionError instead of raising the error. (issue #1365) -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.12.1 ^^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 548ed20e..e3b0907c 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.2.dev1' +__version__ = '1.12.2' # Check supported Python versions # Keep these Python versions in sync with: