Skip to content

Commit

Permalink
Release 1.14.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 Feb 17, 2024
1 parent b7d3c0f commit 5c04504
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 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.14.0.dev1
^^^^^^^^^^^^^^^^^^^
Version 1.14.0
^^^^^^^^^^^^^^

This version contains all fixes up to version 1.13.x.
This version contains all fixes up to version 1.13.4.

Released: not yet
Released: 2024-02-17

**Incompatible changes:**

Expand All @@ -37,8 +37,6 @@ Released: not yet
keeps the regular expression matching for consistency with 'list()'.
(issue #1395)

**Deprecations:**

**Bug fixes:**

* Docs: Increased minimum Sphinx versions to 7.1.0 on Python 3.8 and to 7.2.0 on
Expand Down Expand Up @@ -124,12 +122,6 @@ Released: not yet
* Increased versions of GitHub Actions plugins to increase node.js runtime
to version 20.

**Known issues:**

* See `list of open issues`_.

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


Version 1.13.0
^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ local clone of the python-zhmcclient Git repo.
add text for any known issues you want users to know about.
* Remove all empty list items.

6. Update the authors:
6. Update the authors:

.. code-block:: sh
Expand Down Expand Up @@ -822,7 +822,7 @@ local clone of the python-zhmcclient Git repo.

If the PR did not succeed, fix the issues.

10. On GitHub, close milestone ``M.N.U``.
10. On GitHub, close milestone ``M.N.U``.

Verify that the milestone has no open items anymore. If it does have open
items, investigate why and fix. If the milestone does not have open items
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.0.dev1'
__version__ = '1.14.0'

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

0 comments on commit 5c04504

Please sign in to comment.