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 440190d commit df69e4cCopy full SHA for df69e4c
CHANGELOG.md
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
9
### Changed
10
11
- Minimum supported Pillow version raised to `10.1.0`. #251
12
-- `xmp` in `info` dictionary is not present if it is empty. #254
+- `xmp` in `info` dictionary is now not present if it is empty. #254
13
14
### Fixed
15
pillow_heif/_version.py
@@ -1,3 +1,3 @@
1
"""Version of pillow_heif/pi_heif."""
2
3
-__version__ = "0.17.0.dev0"
+__version__ = "0.17.0"
0 commit comments