diff --git a/docs/changes.rst b/docs/changes.rst index 2a935296..60cf7096 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,14 +20,10 @@ Change log ---------- -Version 1.13.3.dev1 -^^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 1.13.3 +^^^^^^^^^^^^^^ -**Deprecations:** +Released: 2024-01-28 **Bug fixes:** @@ -61,14 +57,6 @@ Released: not yet returned from Console.list_permitted_lpars/partitions()) are preserved. (related to issue #1421) -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.13.2 ^^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 28898858..7e1b4c0f 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.13.3.dev1' +__version__ = '1.13.3' # Check supported Python versions # Keep these Python versions in sync with: