Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 13, 2023
1 parent d7c2428 commit fe247d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion zhmccli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit fe247d8

Please sign in to comment.