diff --git a/docs/changes.rst b/docs/changes.rst index 2ef5d263..eb6f5ed5 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -19,14 +19,10 @@ Change log ---------- -Version 1.3.3.dev1 -^^^^^^^^^^^^^^^^^^ - -Released: not yet - -**Incompatible changes:** +Version 1.3.3 +^^^^^^^^^^^^^ -**Deprecations:** +Released: 2022-07-24 **Bug fixes:** @@ -43,14 +39,6 @@ Released: not yet 'Get Job Properties operation. No longer removing the original message in the urllib3.exceptions.MaxRetryError exception. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.3.2 ^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index 2960d995..bae3dcdf 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.3.3.dev1' +__version__ = '1.3.3' # Check supported Python versions # Keep these Python versions in sync with: