We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b3e88 commit 6daab9aCopy full SHA for 6daab9a
CHANGELOG.md
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+3.0.0 - 2022-07-10
5
+------------------
6
+
7
+*support*: Drops support for Python 3.6.
8
9
+*support*: upgrade Pillow to 9.0.0 (which doesn't support Python 3.6)
10
11
+*support*: regenerate test images to match new output from Pillow 9
12
13
2.1.3 - 2021-07-09
14
------------------
15
RELEASE.md
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pelican-image-process"
-version = "2.1.3"
+version = "3.0.0"
description = "Pelican plugin that automates image processing."
authors = ["Pelican Dev Team <[email protected]>"]
license = "AGPL-3.0"
0 commit comments