9.0.0 version bump

This commit is contained in:
Andrew Murray 2022-01-02 20:51:23 +11:00
parent cae5ac495b
commit 82541b6dec
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Changelog (Pillow)
==================
9.0.0 (unreleased)
9.0.0 (2022-01-02)
------------------
- Restrict builtins for ImageMath.eval(). CVE TBD #5923

View File

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