From d838b013379e921c434e44acdd51c39a5ae83893 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 31 Aug 2021 20:55:04 +0200 Subject: [PATCH] Release 1.0.2 Signed-off-by: Andreas Maier --- docs/changes.rst | 20 +++----------------- zhmcclient/_version.py | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 07c3f4bf..46388de3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -19,30 +19,16 @@ Change log ---------- -Version 1.0.2.dev1 -^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 1.0.2 +^^^^^^^^^^^^^ -**Deprecations:** +Released: 2021-08-31 **Bug fixes:** * Fixed an issue in 'Lpar.stop()' where incorrectly an empty body was sent, and an incorrect status has been waited for. -**Enhancements:** - -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.0.1 ^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 15d0e09b..3b7a9642 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.0.2.dev1' +__version__ = '1.0.2' # Check supported Python versions # Keep these Python versions in sync with: