Skip to content

Commit

Permalink
releasing 1.1.2 gha:release gha:pypi gha:master
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Oct 6, 2023
1 parent 3ae585e commit 8121a0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.1.2 :: 2023-10-06

- Pillow version requirement raised to version 10.0.1+ to fix recent [security vulnerabilities](https://snyk.io/blog/critical-webp-0-day-cve-2023-4863/)
- Python version requirement raised to 3.8 (was 3.7) — as requred by Pillow 10
- Added CI tests for Python 3.12
- Executables are now built with Python 3.12
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def load_module_dict(filename: str) -> dict:
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Environment :: Console",
"Typing :: Typed",
"Topic :: Scientific/Engineering :: Image Processing",
Expand Down

0 comments on commit 8121a0d

Please sign in to comment.