Skip to content

Commit

Permalink
Release 0.32.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 Jul 2, 2021
1 parent 202ad65 commit 72f58d1
Show file tree
Hide file tree
Showing 3 changed files with 7 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.31 ]
branches: [ master, stable_0.32 ]
pull_request:
branches: [ master, stable_0.31 ]
branches: [ master, stable_0.32 ]

jobs:

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


Version 0.32.0.dev1
^^^^^^^^^^^^^^^^^^^

This version contains all fixes up to version 0.31.x.
Version 0.32.0
^^^^^^^^^^^^^^

Released: not yet
This version contains all fixes up to version 0.31.1.

**Incompatible changes:**

**Deprecations:**
Released: 2021-07-02

**Bug fixes:**

Expand All @@ -48,13 +44,6 @@ Released: not yet
* The Console object returned by 'client.consoles.console' is now a locally
built object in order to avoid needless property retrieval.

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 0.31.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.32.0.dev1'
__version__ = '0.32.0'

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

0 comments on commit 72f58d1

Please sign in to comment.