Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.18.3 #1754

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions changes/1728.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.1.18.3.notshown.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/noissue.1.cleanup.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/noissue.6.fix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pywin32>=303; sys_platform == 'win32' and python_version <= '3.11'
pywin32>=306; sys_platform == 'win32' and python_version == '3.12'

# The tornado package is used by ipykernel which is used by jupyter.
tornado>=6.4.1
tornado>=6.4.2

# pyzmq 26.1.0 added wheel archives for Python 3.13
pyzmq>=26.1.0
Expand Down
21 changes: 21 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,27 @@ Change log
----------

.. towncrier start
Version 1.18.3
^^^^^^^^^^^^^^

Released: 2025-01-23

**Bug fixes:**

* Fixed safety issues up to 2025-01-23.

* Circumvented an issue when installing pywinpty 2.0.14 with latest version of
maturin on Python 3.8, by excluding pywinpty 2.0.14.

* Test: Python 3.13 was pinned to 3.13.0 to work around a pylint issue on
Python 3.13.1. (`#1728 <https://github.com/zhmcclient/python-zhmcclient/issues/1728>`_)

**Cleanup:**

* Accommodated rollout of Ubuntu 24.04 on GitHub Actions by using ubuntu-22.04
as the OS image for Python 3.8 based test runs.


Version 1.18.2
^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ terminado==0.8.3
testpath==0.3
toml==0.10.0
tomli==2.0.1
tornado==6.4.1
tornado==6.4.2
tqdm==4.66.3
traitlets==5.6.0
typing==3.6.1
Expand Down
Loading