diff --git a/AUTHORS.md b/AUTHORS.md index 8253d7c6..97029d67 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -13,6 +13,7 @@ Juergen Leopold Marc Hartmayer Saiprasanna Boyina Samirgorai +Simon Spinner dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> leopoldjuergen simon-spinner diff --git a/docs/changes.rst b/docs/changes.rst index e59dcb29..a755464a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,12 +20,12 @@ Change log ---------- -Version 1.11.0.dev1 -^^^^^^^^^^^^^^^^^^^ +Version 1.11.0 +^^^^^^^^^^^^^^ -This version contains all fixes up to version 1.10.x. +This version contains all fixes up to version 1.10.1. -Released: not yet +Released: 2024-05-18 **Incompatible changes:** @@ -39,8 +39,6 @@ Released: not yet information was previously ignored, and always overwritten by zhmc before import. -**Deprecations:** - **Bug fixes:** * Fixed safety issues up to 2024-05-17. @@ -90,14 +88,6 @@ Released: not yet a summary of the concrete configuration data that gets passed to the HMC for import prior asking for confirmation. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmccli/issues - Version 1.10.0 ^^^^^^^^^^^^^^ diff --git a/zhmccli/_version.py b/zhmccli/_version.py index 6771a7d7..a22ad9c9 100644 --- a/zhmccli/_version.py +++ b/zhmccli/_version.py @@ -25,4 +25,4 @@ #: #: * "M.N.U.dev1": A not yet released version M.N.U #: * "M.N.U": A released version M.N.U -__version__ = '1.11.0.dev1' +__version__ = '1.11.0'