Skip to content

Commit

Permalink
Release 1.1.0 (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Apr 6, 2022
1 parent b3ca047 commit e25dee7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 04 * * SUN'
push:
branches: [ master, stable_1.0 ]
branches: [ master, stable_1.1 ]
pull_request:
branches: [ master, stable_1.0 ]
branches: [ master, stable_1.1 ]

jobs:

Expand Down
18 changes: 4 additions & 14 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ Change log
----------


Version 1.1.0.dev1
^^^^^^^^^^^^^^^^^^

This version contains all fixes up to version 1.0.x.

Released: not yet
Version 1.1.0
^^^^^^^^^^^^^

**Incompatible changes:**
This version contains all fixes up to version 1.0.0.

**Deprecations:**
Released: 2022-04-07

**Bug fixes:**

Expand Down Expand Up @@ -84,12 +80,6 @@ Released: not yet
* Changed debug messages when metric value resource was not found on HMC, to
messages that are output and logged.

**Known issues:**

* See `list of open issues`_.

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


Version 1.0.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.1.0.dev1'
__version__ = '1.1.0'

0 comments on commit e25dee7

Please sign in to comment.