We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b22dd8 commit 81cc6dbCopy full SHA for 81cc6db
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-1.5.3 (Jan 20, 2026)
+1.5.3 (Jan 21, 2026)
5
--------------------
6
7
* **Fixed**: ``incompatible-pointer-type`` compiler error. fixes `#82`_.
src/pillow_avif/__init__.py
@@ -1,4 +1,4 @@
from . import AvifImagePlugin
__all__ = ["AvifImagePlugin"]
-__version__ = "1.5.2"
+__version__ = "1.5.3"
0 commit comments