Skip to content

Commit

Permalink
Bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Aug 4, 2023
1 parent 2ccd97c commit 81737a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/dist
/venv
.vscode
.venv
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

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

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


1.5.1 (2023-07-06)
------------------

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.1", # Update willow/__init__.py too!
version="1.5.2", # 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.1"
__version__ = "1.5.2" # update setup.cfg too!

0 comments on commit 81737a0

Please sign in to comment.