Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Sep 29, 2024
1 parent b6d85d1 commit ab7a27b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ Change log
----------


Version 0.3.0.dev1
^^^^^^^^^^^^^^^^^^
Version 0.3.0
^^^^^^^^^^^^^

Released: not yet
Released: 2024-09-29

**Incompatible changes:**

* Dropped support for Python 3.5, 3.6, and 3.7. (issues #40, #74)

* Dev: Changed 'make install' to install in non-editable mode.

**Deprecations:**

**Bug fixes:**

* Addressed safety issues up to 2024-08-18.
Expand Down Expand Up @@ -115,12 +113,6 @@ Released: not yet
* Dev: Added to the release instructions to check and fix dependabot issues,
and to roll back any fixes into any maintained stable branches.

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/zhmcclient/zhmc-os-forwarder/issues


Version 0.2.0
^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion zhmc_os_forwarder/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
#:
#: * "M.N.P.dev1": A not yet released version M.N.P
#: * "M.N.P": A released version M.N.P
__version__ = '0.3.0.dev1'
__version__ = '0.3.0'

0 comments on commit ab7a27b

Please sign in to comment.