From 290039324a1f42eba785547f19d5739570055460 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 28 Jan 2024 14:29:15 +0100 Subject: [PATCH] Release 1.13.3 Signed-off-by: Andreas Maier --- docs/changes.rst | 18 +++--------------- zhmcclient/_version.py | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) 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: