Skip to content

Commit

Permalink
Release 1.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jun 7, 2024
1 parent b8149d3 commit b74095f
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,14 +20,10 @@ Change log
----------


Version 1.14.1.dev1
^^^^^^^^^^^^^^^^^^^

Released: not yet

**Incompatible changes:**
Version 1.14.1
^^^^^^^^^^^^^^

**Deprecations:**
Released: 2024-06-07

**Bug fixes:**

Expand All @@ -46,18 +42,10 @@ Released: not yet
and for all versions of the HMC Operations Guide (which changed to become the
HMC Help System PDFs). (issue #1459)

**Enhancements:**

**Cleanup:**

* Addressed new issues raised by Pylint 3.1.

**Known issues:**

* See `list of open issues`_.

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


Version 1.14.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.14.1.dev1'
__version__ = '1.14.1'

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

0 comments on commit b74095f

Please sign in to comment.