From 09264f9757c2a2f2c099b5f4fcde629d2f145b10 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 8 Feb 2024 18:11:02 +0100 Subject: [PATCH] Release 1.13.4 Signed-off-by: Andreas Maier --- docs/changes.rst | 20 +++----------------- zhmcclient/_version.py | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index c074a4c2..23c4ffd1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,14 +20,10 @@ Change log ---------- -Version 1.13.4.dev1 -^^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 1.13.4 +^^^^^^^^^^^^^^ -**Deprecations:** +Released: 2024-02-08 **Bug fixes:** @@ -35,16 +31,6 @@ Released: not yet 'ec_level' parameter incorrectly to the HMC operation. Added unit tests. (issue #1432) -**Enhancements:** - -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.13.3 ^^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 337af5f9..dd8a8bc3 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.4.dev1' +__version__ = '1.13.4' # Check supported Python versions # Keep these Python versions in sync with: