Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.0b3 #414

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,18 @@ Change log
----------


Version 1.5.0.dev3
^^^^^^^^^^^^^^^^^^
Version 1.5.0b3
^^^^^^^^^^^^^^^

This version contains all fixes up to version 1.4.x.
This version contains all fixes up to version 1.4.2.

Released: not yet
Released: 2023-11-15

**Incompatible changes:**

* Installation of this package using "setup.py" is no longer supported.
Use "pip" instead.

**Deprecations:**

**Bug fixes:**

* Addressed safety issues up to 2023-11-05.
Expand Down Expand Up @@ -103,14 +101,6 @@ Released: not yet
file, because one possible reason for that is that a newer metrics.yaml file
is being used. (issue #379)

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 1.4.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.0.dev3'
__version__ = '1.5.0b3'