Skip to content

Commit

Permalink
Release 1.4.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 Oct 25, 2022
1 parent d9269c4 commit 1e227b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 22 * * SAT'
push:
branches: [ master, stable_1.3 ]
branches: [ master, stable_1.4 ]
pull_request:
branches: [ master, stable_1.3 ]
branches: [ master, stable_1.4 ]

jobs:

Expand Down
22 changes: 3 additions & 19 deletions docs/changes.rst
Expand Up @@ -19,18 +19,10 @@ Change log
----------


Version 1.4.0.dev1
^^^^^^^^^^^^^^^^^^

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

Released: not yet

**Incompatible changes:**
Version 1.4.0
^^^^^^^^^^^^^

**Deprecations:**

**Bug fixes:**
Released: 2022-10-25

**Enhancements:**

Expand All @@ -41,14 +33,6 @@ Released: not yet

* Increased zhmcclient to version 1.5.0 to pick up needed functionality.

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 1.3.0
^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion zhmccli/_version.py
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.4.0.dev1'
__version__ = '1.4.0'

0 comments on commit 1e227b5

Please sign in to comment.