diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12c003b..151725e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,7 @@ CreateTag: PublishToPyPI: stage: publish - image: python:latest + image: python:3.11 rules: - if: "$CI_COMMIT_TAG" when: on_success diff --git a/CHANGELOG.md b/CHANGELOG.md index 8920a88..adaf75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.10.2] - 2023-10-04 +## [0.10.2] - 2023-10-05 ### Fixed - Upgrade Pillow dependency to 10.0.1 to fix libWebP security vulnerability