From e00c72e5fc216c0a6330f22b2ecb2c464da10dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20G=C3=BCnthner?= Date: Mon, 27 Mar 2023 13:54:50 +0200 Subject: [PATCH] Start 1.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edwin Günthner --- docs/changes.rst | 23 +++++++++++++++++++++++ zhmccli/_version.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 1e9f5b57..26db3a90 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,6 +20,29 @@ Change log ---------- +Version 1.6.1.dev1 +^^^^^^^^^^^^^^^^^^ + +This version contains all fixes up to version M.N-1.x. + +Released: not yet + +**Incompatible changes:** + +**Deprecations:** + +**Bug fixes:** + +**Enhancements:** + +**Cleanup:** + +**Known issues:** + +* See `list of open issues`_. + +.. _`list of open issues`: https://github.com/zhmcclient/zhmccli/issues + Version 1.6.0 ^^^^^^^^^^^^^^^^^^ diff --git a/zhmccli/_version.py b/zhmccli/_version.py index 198ce353..9e7f3175 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.6.0' +__version__ = '1.6.1.dev1'