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: