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 <[email protected]>
  • Loading branch information
andy-maier committed Aug 20, 2022
1 parent 743bf02 commit 9fb88a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
schedule:
# The schedule event always (and only) runs on the master branch.
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 04 * * SUN'
cron: '00 02 * * SUN'
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
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.4.0.dev1
^^^^^^^^^^^^^^^^^^
Version 1.4.0
^^^^^^^^^^^^^

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

Released: not yet
Released: 2022-08-20

**Incompatible changes:**

Expand All @@ -40,8 +40,6 @@ Released: not yet
To display debug info, you can now use:
python -c "import zhmcclient; print(zhmcclient.debuginfo())".

**Deprecations:**

**Bug fixes:**

* Pylint: Migrated config file to pylint 2.14; No longer installing Pylint on
Expand Down Expand Up @@ -124,12 +122,6 @@ Released: not yet
* Removed unintended internal names from the zhmcclient namespace in the area
of logging and timestamp conversion.

**Known issues:**

* See `list of open issues`_.

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


Version 1.3.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.4.0.dev1'
__version__ = '1.4.0'

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

0 comments on commit 9fb88a9

Please sign in to comment.