From e8a3d352141572f2f99714f1374c3a449c3d6de9 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Wed, 20 Sep 2023 16:31:40 +0200 Subject: [PATCH] Release 1.11.2 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 7b4794c9..e1debd80 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,30 +20,16 @@ Change log ---------- -Version 1.11.2.dev1 -^^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** - -**Deprecations:** +Version 1.11.2 +^^^^^^^^^^^^^^ -**Bug fixes:** +Released: 2023-09-20 **Enhancements:** * Mock support: Improved mocked Hipersocket adapters; they now have all their properties and default values for all except adapter-id and channel-path-id. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.11.1 ^^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 31bd62ef..76402f22 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.2.dev1' +__version__ = '1.11.2' # Check supported Python versions # Keep these Python versions in sync with: