Skip to content

Commit

Permalink
Release 1.0.0 (#172)
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 Aug 16, 2021
1 parent 2e5bbd8 commit dea4003
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 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_0.7 ]
branches: [ master, stable_1.0 ]
pull_request:
branches: [ master, stable_0.7 ]
branches: [ master, stable_1.0 ]

jobs:

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


Version 1.0.0.dev1
^^^^^^^^^^^^^^^^^^

This version contains all fixes up to version 0.7.x.
Version 1.0.0
^^^^^^^^^^^^^

Released: not yet
Released: 2021-08-08

**Incompatible changes:**

Expand All @@ -45,8 +43,6 @@ Released: not yet
- broadcast_packets_sent_count
- broadcast_packets_received_count

**Deprecations:**

**Bug fixes:**

* Fixed new isues reported by Pylint 2.9.
Expand All @@ -71,14 +67,6 @@ Released: not yet
- prometheus-client from 0.3.1 to 0.9.0
- jinja2 from 2.0.0 to 2.8

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 0.7.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.0.0.dev1'
__version__ = '1.0.0'

0 comments on commit dea4003

Please sign in to comment.