Skip to content

Commit

Permalink
Release 0.31.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 Jun 10, 2021
1 parent 5c24a01 commit 9270ac3
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_0.30 ]
branches: [ master, stable_0.31 ]
pull_request:
branches: [ master, stable_0.30 ]
branches: [ master, stable_0.31 ]

jobs:

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


Version 0.31.0.dev1
^^^^^^^^^^^^^^^^^^^
Version 0.31.0
^^^^^^^^^^^^^^

This version contains all fixes up to version 0.30.x.
This version contains all fixes up to version 0.30.2.

Released: not yet
Released: 2021-06-10

**Incompatible changes:**

Expand All @@ -43,8 +43,6 @@ Released: not yet
make such modifications nevertheless, it will now get a 'TypeError' or
'AttributeError' exception, dependent on the nature of the modification.

**Deprecations:**

**Bug fixes:**

* Fixed a missing argument in 'NotificationListener.on_message()' by pinning
Expand Down Expand Up @@ -84,14 +82,6 @@ Released: not yet
in order to enforce the stated rule that that callers must not modify the
properties dictionary of resource objects.

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 0.30.0
^^^^^^^^^^^^^^
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__ = '0.31.0.dev1'
__version__ = '0.31.0'

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

0 comments on commit 9270ac3

Please sign in to comment.