SIMD. version

This commit is contained in:
Alexander Karpinsky 2021-12-19 21:52:47 +03:00
parent d40b9f0ab4
commit da01a5f472
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog (Pillow-SIMD) Changelog (Pillow-SIMD)
======================= =======================
7.0.0.post4
-----------
- Filter: fixed wrong offset handling for 3x3 single-band version
7.0.0.post3 7.0.0.post3
----------- -----------

View File

@ -1,2 +1,2 @@
# Master version for Pillow # Master version for Pillow
__version__ = "9.0.0" __version__ = "9.0.0.post0"