SIMD. version

This commit is contained in:
Alexander Karpinsky 2022-01-04 19:10:00 +03:00
parent abd6708434
commit fb9ed499a2
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changelog (Pillow-SIMD) Changelog (Pillow-SIMD)
======================= =======================
9.0.0.post1
-----------
- Fixed possible overflow in LUT processing
- Restored compativlity with Visual C Compiler
7.0.0.post4 7.0.0.post4
----------- -----------

View File

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