From 424029be641f7aab13a6fd1e1cb6220b61f2c38c Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Wed, 20 Oct 2021 16:39:38 +0200 Subject: [PATCH] Release 1.0.3 Signed-off-by: Andreas Maier --- docs/changes.rst | 18 +++--------------- zhmcclient/_version.py | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 8df48e4c..11c622f7 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -19,14 +19,10 @@ Change log ---------- -Version 1.0.3.dev1 -^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 1.0.3 +^^^^^^^^^^^^^ -**Deprecations:** +Released: 2021-10-21 **Bug fixes:** @@ -40,14 +36,6 @@ Released: not yet * Improved the log entries when file-like objects are passed to 'Partition.mount_iso_image()'. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.0.2 ^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 3515b991..72cd3db4 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.3.dev1' +__version__ = '1.0.3' # Check supported Python versions # Keep these Python versions in sync with: