Skip to content

Commit

Permalink
Prepare for 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Oct 5, 2016
1 parent e044825 commit 83d48d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.4 (IN DEVELOPMENT)
0.4 (05/10/2016)
--------------------

- Support for image optimisation and saving progressive JPEG files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='Willow',
version='0.4a0',
version='0.4',
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 @@ -27,4 +27,4 @@ def setup():
setup()


__version__ = '0.4a0'
__version__ = '0.4'

0 comments on commit 83d48d2

Please sign in to comment.