Skip to content

Commit

Permalink
10.1.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 15, 2023
1 parent d10f802 commit da59ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
Changelog (Pillow)
==================

10.1.0 (unreleased)
10.1.0 (2023-10-15)
-------------------

- Added TrueType default font to allow for different sizes #7354
Expand Down
2 changes: 1 addition & 1 deletion src/PIL/_version.py
@@ -1,2 +1,2 @@
# Master version for Pillow
__version__ = "10.1.0.dev0"
__version__ = "10.1.0"

0 comments on commit da59ad0

Please sign in to comment.