Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Oct 16, 2019
1 parent abef7e0 commit ded3a04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Changelog
=========

1.3 (xx/xx/20xx)
1.4 (xx/xx/20xx)
----------------


1.3 (16/10/2019)
----------------

- Added ``.get_frame_count()`` operaton (@kaedroho)
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='1.2',
version='1.3',
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 @@ -31,4 +31,4 @@ def setup():
setup()


__version__ = '1.2'
__version__ = '1.3'

0 comments on commit ded3a04

Please sign in to comment.