diff --git a/docs/changes.rst b/docs/changes.rst index ec44ab48..fc6c565f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -19,14 +19,10 @@ Change log ---------- -Version 0.32.1.dev1 -^^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 0.32.1 +^^^^^^^^^^^^^^ -**Deprecations:** +Released: 2021-08-03 **Bug fixes:** @@ -35,16 +31,6 @@ Released: not yet when accessing the 'se-version' property of the partition unconditionally. That property was introduced only in HMC/SE version 2.14.1. (issue #816) -**Enhancements:** - -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 0.32.0 ^^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 855e5182..8d4e4eb9 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__ = '0.32.1.dev1' +__version__ = '0.32.1' # Check supported Python versions # Keep these Python versions in sync with: