Skip to content

Commit df69e4c

Browse files
committed
v0.17.0 [publish]
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 440190d commit df69e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
### Changed
1010

1111
- Minimum supported Pillow version raised to `10.1.0`. #251
12-
- `xmp` in `info` dictionary is not present if it is empty. #254
12+
- `xmp` in `info` dictionary is now not present if it is empty. #254
1313

1414
### Fixed
1515

pillow_heif/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of pillow_heif/pi_heif."""
22

3-
__version__ = "0.17.0.dev0"
3+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)