Skip to content

Commit

Permalink
Release 1.5.1
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 Feb 24, 2024
1 parent 644e08d commit e7b00a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
20 changes: 3 additions & 17 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ Change log
----------


Version 1.5.1.dev1
^^^^^^^^^^^^^^^^^^

Released: not yet

**Incompatible changes:**
Version 1.5.1
^^^^^^^^^^^^^

**Deprecations:**
Released: 2024-02-24

**Bug fixes:**

Expand All @@ -50,16 +46,6 @@ Released: not yet
* Dev: Fixed the call to pipdeptree in the test workflow to use 'python -m'
because otherwise it does not show the correct packages of the virtual env.

**Enhancements:**

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/zhmcclient/zhmc-prometheus-exporter/issues


Version 1.5.0
^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion zhmc_prometheus_exporter/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
#:
#: * "M.N.P.dev1": A not yet released version M.N.P
#: * "M.N.P": A released version M.N.P
__version__ = '1.5.1.dev1'
__version__ = '1.5.1'

0 comments on commit e7b00a0

Please sign in to comment.