From e0df635791cf6ef059a0e51c3ef5130d25ddf9e1 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Mon, 28 Mar 2022 09:41:41 +0200 Subject: [PATCH] Release 1.2.0 (#942) Signed-off-by: Andreas Maier --- .github/workflows/test.yml | 4 ++-- docs/changes.rst | 16 ++++------------ zhmcclient/_version.py | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43e982f7..d1109caf 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_1.1 ] + branches: [ master, stable_1.2 ] pull_request: - branches: [ master, stable_1.1 ] + branches: [ master, stable_1.2 ] jobs: diff --git a/docs/changes.rst b/docs/changes.rst index 5e4b6700..fa496418 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -19,12 +19,12 @@ Change log ---------- -Version 1.2.0.dev1 -^^^^^^^^^^^^^^^^^^ +Version 1.2.0 +^^^^^^^^^^^^^ -This version contains all fixes up to version 1.1.x. +This version contains all fixes up to version 1.1.1. -Released: not yet +Released: 2022-03-28 **Incompatible changes:** @@ -53,8 +53,6 @@ Released: not yet dropped and the metric values can now be accessed via a new property FakedHmc.metric_values that provides an immutable view. -**Deprecations:** - **Bug fixes:** * Fixed an issue that delete() of element objects e.g. NICs, HBAs, VFs, @@ -132,12 +130,6 @@ Released: not yet The Windows executable has never been part of the zhmcclient package on Pypi, and building it seems odd anyway. (issue #865) -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.1.0 ^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index f7548bd9..99d4593a 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__ = '1.2.0.dev1' +__version__ = '1.2.0' # Check supported Python versions # Keep these Python versions in sync with: