Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed May 10, 2023
1 parent 920b9ac commit b2173a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
20 changes: 3 additions & 17 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,16 @@ Change log
----------


Version 1.7.3.dev1
^^^^^^^^^^^^^^^^^^

Released: not yet

**Incompatible changes:**
Version 1.7.3
^^^^^^^^^^^^^

**Deprecations:**
Released: 2023-05-10

**Bug fixes:**

* Fixed a TypeError about 'allowed_methods' in urllib3.Retry by adding a direct
dependency to urllib3>=1.26.5 to the zhmcclient install dependencies.

**Enhancements:**

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


Version 1.7.2
^^^^^^^^^^^^^
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.7.3.dev1'
__version__ = '1.7.3'

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

0 comments on commit b2173a4

Please sign in to comment.