Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 20, 2021
1 parent 908e05c commit 529cd48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 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.0 ]
branches: [ master, stable_1.1 ]
pull_request:
branches: [ master, stable_1.0 ]
branches: [ master, stable_1.1 ]

jobs:

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


Version 1.1.0.dev1
^^^^^^^^^^^^^^^^^^

This version contains all fixes up to version 1.0.x.

Released: not yet
Version 1.1.0
^^^^^^^^^^^^^

**Incompatible changes:**
This version contains all fixes up to version 1.0.3.

**Deprecations:**
Released: 2021-11-18

**Bug fixes:**

Expand Down Expand Up @@ -73,12 +69,6 @@ Released: not yet

* Defined HMC resource class names centrally.

**Known issues:**

* See `list of open issues`_.

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


Version 1.0.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.1.0.dev1'
__version__ = '1.1.0'

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

0 comments on commit 529cd48

Please sign in to comment.