Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 17, 2023
1 parent c1486b8 commit 8831d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zhmcclient/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8831d6f

Please sign in to comment.