Skip to content

Commit

Permalink
Release 1.8.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 May 16, 2023
1 parent 33afbb8 commit 0ed47e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Change log
----------


Version 1.8.0.dev1
^^^^^^^^^^^^^^^^^^
Version 1.8.0
^^^^^^^^^^^^^

This version contains all fixes up to version 1.7.x.
This version contains all fixes up to version 1.7.3.

Released: not yet
Released: 2023-05-16

**Incompatible changes:**

Expand All @@ -47,8 +47,6 @@ Released: not yet
that parameter cannot be specified, and you need to fall back to using
'list()'.

**Deprecations:**

**Bug fixes:**

* Addressed safety issues by increasing minimum versions of packages, where
Expand Down Expand Up @@ -113,12 +111,6 @@ Released: not yet
Since that property uses lazy initialization, there is no change at runtime
unless the property is actually accessed.

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues


Version 1.7.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__ = '16.0.0.dev1' # z16_ga15
__version__ = '1.8.0'

# Check supported Python versions
# Keep these Python versions in sync with:
Expand Down

0 comments on commit 0ed47e8

Please sign in to comment.