From 529cd485b14796a70f08b13969ef6038bdc566fd Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 18 Nov 2021 08:54:39 +0100 Subject: [PATCH] Release 1.1.0 Signed-off-by: Andreas Maier --- .github/workflows/test.yml | 4 ++-- docs/changes.rst | 18 ++++-------------- zhmcclient/_version.py | 2 +- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84f12dd8..50c6c199 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.0 ] + branches: [ master, stable_1.1 ] pull_request: - branches: [ master, stable_1.0 ] + branches: [ master, stable_1.1 ] jobs: diff --git a/docs/changes.rst b/docs/changes.rst index 714b7845..c5924ef3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -19,16 +19,12 @@ Change log ---------- -Version 1.1.0.dev1 -^^^^^^^^^^^^^^^^^^ - -This version contains all fixes up to version 1.0.x. - -Released: not yet +Version 1.1.0 +^^^^^^^^^^^^^ -**Incompatible changes:** +This version contains all fixes up to version 1.0.3. -**Deprecations:** +Released: 2021-11-18 **Bug fixes:** @@ -73,12 +69,6 @@ Released: not yet * Defined HMC resource class names centrally. -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.0.0 ^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index ff9ce3b6..712b3a50 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.1.0.dev1' +__version__ = '1.1.0' # Check supported Python versions # Keep these Python versions in sync with: