From 72f58d197e5d48a4247fd6aae6ffb13fa3b9f3e0 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Fri, 2 Jul 2021 07:14:19 +0200 Subject: [PATCH] Release 0.32.0 Signed-off-by: Andreas Maier --- .github/workflows/test.yml | 4 ++-- docs/changes.rst | 19 ++++--------------- zhmcclient/_version.py | 2 +- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1215cf9..3e26bf5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/docs/changes.rst b/docs/changes.rst index 36c53651..00037c41 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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:** @@ -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 diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 1314331c..c480bedf 100644 --- a/zhmcclient/_version.py +++ b/zhmcclient/_version.py @@ -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: