Skip to content

Commit

Permalink
Bump version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 6, 2023
1 parent 81737a0 commit a8890e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changelog
=========

1.5.3 (2023-09-06)
------------------

- Ensure SVG files are given a mime type (Jake Howard)


1.5.2 (2023-08-04)
----------------
------------------

- Fix ``NUMBER_PATTERN`` regex for parsing SVG viewboxes (Joshua Munn)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='Willow',
version="1.5.2", # Update willow/__init__.py too!
version="1.5.3", # Update willow/__init__.py too!
description='A Python image library that sits on top of Pillow, Wand and OpenCV',
author='Karl Hobley',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion willow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def setup():
setup()


__version__ = "1.5.2" # update setup.cfg too!
__version__ = "1.5.3" # update setup.py too!

0 comments on commit a8890e4

Please sign in to comment.