Skip to content

Commit

Permalink
Release 0.30.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed May 19, 2021
1 parent 726f399 commit 58ee7a7
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 @@ -19,10 +19,10 @@ Change log
----------


Version 0.30.2.dev1
^^^^^^^^^^^^^^^^^^^
Version 0.30.2
^^^^^^^^^^^^^^

Released: not yet
Released: 2021-05-19

**Incompatible changes:**

Expand All @@ -31,8 +31,6 @@ Released: not yet
are now raised as a new exception 'NotificationParseError'. Both new
exceptions are based on a new base exception 'NotificationError'. (issue #770)

**Deprecations:**

**Bug fixes:**

* Fixed a package dependency issue when setting up the development environment
Expand All @@ -43,16 +41,6 @@ Released: not yet
Previously, an exception was raised in the thread running the notification
receiver, rendering it unusable after that had happened. (issue #770)

**Enhancements:**

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


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

# Check supported Python versions
# Keep these Python versions in sync with:
Expand Down

0 comments on commit 58ee7a7

Please sign in to comment.