diff --git a/docs/changes.rst b/docs/changes.rst index f7d71801..c61f87a8 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,16 +20,12 @@ Change log ---------- -Version 1.10.0.dev1 -^^^^^^^^^^^^^^^^^^^ - -This version contains all fixes up to version 1.9.x. - -Released: not yet +Version 1.10.0 +^^^^^^^^^^^^^^ -**Incompatible changes:** +This version contains all fixes up to version 1.9.1. -**Deprecations:** +Released: 2023-08-04 **Bug fixes:** @@ -63,12 +59,6 @@ Released: not yet * Converted all the percent-style string usages to format style except the logging calls. Logging will continue to use percent-style. (issue #663) -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 1.9.0 ^^^^^^^^^^^^^ diff --git a/zhmcclient/_version.py b/zhmcclient/_version.py index bf8519a9..17a118b1 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.10.0.dev1' +__version__ = '1.10.0' # Check supported Python versions # Keep these Python versions in sync with: