Skip to content

Commit

Permalink
Release 1.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Oct 31, 2023
1 parent 1856ddc commit 05a63df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ Change log
----------


Version 1.11.3.dev1
^^^^^^^^^^^^^^^^^^^

Released: not yet
Version 1.11.3
^^^^^^^^^^^^^^

**Incompatible changes:**
Released: 2023-10-31

**Deprecations:**

Expand Down Expand Up @@ -74,16 +72,6 @@ Released: not yet
* Docs: Fixed the description of the 'status_timeout' parameter of the Partition
and Lpar methods that have deferred status behavior.

**Enhancements:**

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 1.11.2
^^^^^^^^^^^^^^
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.11.3.dev1'
__version__ = '1.11.3'

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

0 comments on commit 05a63df

Please sign in to comment.