Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Aug 19, 2024
1 parent cc72287 commit e068f84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ This is not a big library but if you want to contribute is very easy!

## Changelog

### 0.6.2

* Fix for buggy LA mode in libheif 1.17.0 - 1.18.2
* Fix Unsupported color conversion for some images

### 0.6.1

* Added compatibility with Pillow 10.1+
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup


__version__ = '0.6.1'
__version__ = '0.6.2'

github_url = 'https://github.com/uploadcare'
package_name = 'heif-image-plugin'
Expand Down

0 comments on commit e068f84

Please sign in to comment.