From 05a63df91d1577c1ffe9778e7c591ea3bc91eae9 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 31 Oct 2023 14:26:13 +0100 Subject: [PATCH] Release 1.11.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 1ed79408..6ce90367 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,12 +20,10 @@ Change log ---------- -Version 1.11.3.dev1 -^^^^^^^^^^^^^^^^^^^ - -Released: not yet +Version 1.11.3 +^^^^^^^^^^^^^^ -**Incompatible changes:** +Released: 2023-10-31 **Deprecations:** @@ -74,16 +72,6 @@ Released: not yet * Docs: Fixed the description of the 'status_timeout' parameter of the Partition and Lpar methods that have deferred status behavior. -**Enhancements:** - -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.11.2 ^^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 41c949a4..41e94d63 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.11.3.dev1' +__version__ = '1.11.3' # Check supported Python versions # Keep these Python versions in sync with: