Skip to content

Commit

Permalink
Release 1.0.0 (#821)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Aug 5, 2021
1 parent 12c3a06 commit 71389b7
Show file tree
Hide file tree
Showing 3 changed files with 9 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_0.32 ]
branches: [ master, stable_1.0 ]
pull_request:
branches: [ master, stable_0.32 ]
branches: [ master, stable_1.0 ]

jobs:

Expand Down
20 changes: 6 additions & 14 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,23 @@ Change log
----------


Version 1.0.0.dev1
^^^^^^^^^^^^^^^^^^
Version 1.0.0
^^^^^^^^^^^^^

This version contains all fixes up to version 0.32.x.
This version contains all fixes up to version 0.32.1.

Released: not yet
Released: 2021-08-05

**Incompatible changes:**

* Dropped support for Python 3.4. Python 3.4 has had its last release as 3.4.10
on March 18, 2019 and has officially reached its end of life as of that date.
Current Linux distributions no longer support Python 3.4. (issue #792)

**Deprecations:**

**Bug fixes:**

* Fixed an install error of laxy-object-proxy on Python 3.5 by no longer
installing pylint/astroid/typed-ast/laxy-object-proxy on Python 3.5. It
* Fixed an install error of lazy-object-proxy on Python 3.5 by no longer
installing pylint/astroid/typed-ast/lazy-object-proxy on Python 3.5. It
was already not invoked anymore on Python 3.5, but still installed.

* Increased minimum version of Pylint to 2.5.2 on Python 3.6 and higher.
Expand All @@ -60,12 +58,6 @@ Released: not yet
* Removed old build tools that were needed on Travis and Appveyor
(remove_duplicate_setuptools.py and retry.bat) (issue #809)

**Known issues:**

* See `list of open issues`_.

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


Version 0.32.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.0.0.dev1'
__version__ = '1.0.0'

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

0 comments on commit 71389b7

Please sign in to comment.