Skip to content

Commit

Permalink
Release 1.13.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 Jan 11, 2024
1 parent a1c7bc3 commit 384894f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Change log
----------


Version 1.13.0.dev1
^^^^^^^^^^^^^^^^^^^
Version 1.13.0
^^^^^^^^^^^^^^

This version contains all fixes up to version 1.12.x.
This version contains all fixes up to version 1.12.2.

Released: not yet
Released: 2024-01-11

**Incompatible changes:**

Expand Down Expand Up @@ -61,8 +61,6 @@ Released: not yet
CeasedExistence. Previously, the locally available property value was
returned. (part of issue #1070)

**Deprecations:**

**Bug fixes:**

* Addressed safety issues up to 2023-11-26.
Expand Down Expand Up @@ -144,14 +142,6 @@ Released: not yet
CeasedExistence when used on the deleted resource object.
(part of issue #1070)

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 1.12.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.13.0.dev1'
__version__ = '1.13.0'

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

0 comments on commit 384894f

Please sign in to comment.