[Python-modules-commits] [willow] 02/02: Prepare for 0.1.2 release

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Dec 5 23:12:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to tag v0.1.2
in repository willow.

commit dcc654c554403e93c0f06b72b3c7c9217a8dc35a
Author: Karl Hobley <karlhobley10 at gmail.com>
Date:   Mon Mar 2 20:19:47 2015 +0000

    Prepare for 0.1.2 release
---
 setup.py           | 2 +-
 willow/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 15c7b24..c70495b 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ except ImportError:
 
 setup(
     name='Willow',
-    version='0.1.1',
+    version='0.1.2',
     description='A Python image library that sits on top of Pillow, Wand and OpenCV',
     author='Karl Hobley',
     author_email='karlhobley10 at gmail.com',
diff --git a/willow/__init__.py b/willow/__init__.py
index a915484..f298ef4 100644
--- a/willow/__init__.py
+++ b/willow/__init__.py
@@ -1,3 +1,3 @@
 from willow.image import Image
 
-__version__ = '0.1.1'
+__version__ = '0.1.2'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/willow.git



More information about the Python-modules-commits mailing list