diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67831603..2f334e44 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/docs/changes.rst b/docs/changes.rst index c7120e65..9edf8f8b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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:** @@ -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 ^^^^^^^^^^^^^ diff --git a/zhmccli/_version.py b/zhmccli/_version.py index 39748c77..21319fa5 100644 --- a/zhmccli/_version.py +++ b/zhmccli/_version.py @@ -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'