From 8831d6f45cbd433ced3815752189d9fc29aa4450 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Mon, 17 Jul 2023 23:19:46 +0200 Subject: [PATCH] Release 1.9.1 Signed-off-by: Andreas Maier --- docs/changes.rst | 20 ++++---------------- zhmcclient/_version.py | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 7f1c74e6..125c9efd 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,29 +20,17 @@ Change log ---------- -Version 1.9.1.dev1 -^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 1.9.1 +^^^^^^^^^^^^^ -**Deprecations:** +Released: 2023-07-17 **Bug fixes:** * Fixed issue with PyYAML 5.4 installation on Python>=3.10 that fails since the recent release of Cython 3. -**Enhancements:** - -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues +* Fixed safety issues from 7/17. Version 1.9.0 diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 9f700671..042361ca 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.9.1.dev1' +__version__ = '1.9.1' # Check supported Python versions # Keep these Python versions in sync with: