Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 10, 2024
1 parent 7609593 commit f8523d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ Change log
----------


Version 1.11.1.dev1
^^^^^^^^^^^^^^^^^^^

Released: not yet

**Incompatible changes:**
Version 1.11.1
^^^^^^^^^^^^^^

**Deprecations:**
Released: 2024-10-10

**Bug fixes:**

Expand All @@ -39,18 +35,10 @@ Released: not yet

* Dev: Fixed new issue 'too-many-positional-arguments' reported by Pylint 3.3.0.

**Enhancements:**

**Cleanup:**

* Fixed new issues reported by new flake8 7.0.0.

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/zhmcclient/zhmccli/issues


Version 1.11.0
^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion zhmccli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.dev1'
__version__ = '1.11.1'

0 comments on commit f8523d3

Please sign in to comment.