diff --git a/docs/changes.rst b/docs/changes.rst index 6e8789bc..c92a3512 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,22 +20,22 @@ Change log ---------- -Version 1.9.0.dev1 -^^^^^^^^^^^^^^^^^^ +Version 1.9.0 +^^^^^^^^^^^^^ -This version contains all fixes up to version 1.8.x. +This version contains all fixes up to version 1.8.1. -Released: not yet +Released: 2023-10-13 **Incompatible changes:** * Installation of this package using "setup.py" is no longer supported. Use "pip" instead. -**Deprecations:** - **Bug fixes:** +* Fixed TypeError in ldap show/delete/update commands. (issue #460) + * Fixed safety issues from 2023-08-27. * Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0. @@ -66,12 +66,6 @@ Released: not yet * Dev: Increased minimum versins of some development packages and fixed Makefile dependencies. -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmccli/issues - Version 1.8.0 ^^^^^^^^^^^^^ diff --git a/zhmccli/_version.py b/zhmccli/_version.py index 714e344a..8756900f 100644 --- a/zhmccli/_version.py +++ b/zhmccli/_version.py @@ -25,4 +25,4 @@ #: #: * "M.N.U.dev1": A not yet released version M.N.U #: * "M.N.U": A released version M.N.U -__version__ = '1.9.0.dev1' +__version__ = '1.9.0'