Skip to content

Commit

Permalink
Release 1.2.0 (#942)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Mar 28, 2022
1 parent f502988 commit e0df635
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 04 * * SUN'
push:
branches: [ master, stable_1.1 ]
branches: [ master, stable_1.2 ]
pull_request:
branches: [ master, stable_1.1 ]
branches: [ master, stable_1.2 ]

jobs:

Expand Down
16 changes: 4 additions & 12 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Change log
----------


Version 1.2.0.dev1
^^^^^^^^^^^^^^^^^^
Version 1.2.0
^^^^^^^^^^^^^

This version contains all fixes up to version 1.1.x.
This version contains all fixes up to version 1.1.1.

Released: not yet
Released: 2022-03-28

**Incompatible changes:**

Expand Down Expand Up @@ -53,8 +53,6 @@ Released: not yet
dropped and the metric values can now be accessed via a new property
FakedHmc.metric_values that provides an immutable view.

**Deprecations:**

**Bug fixes:**

* Fixed an issue that delete() of element objects e.g. NICs, HBAs, VFs,
Expand Down Expand Up @@ -132,12 +130,6 @@ Released: not yet
The Windows executable has never been part of the zhmcclient package on Pypi,
and building it seems odd anyway. (issue #865)

**Known issues:**

* See `list of open issues`_.

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


Version 1.1.0
^^^^^^^^^^^^^
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__ = '1.2.0.dev1'
__version__ = '1.2.0'

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

0 comments on commit e0df635

Please sign in to comment.