[Python-modules-commits] [willow] 05/18: Subject: Correct Willow version Upstream released with wrong version number Bug: https://github.com/torchbox/Willow/issues/43 Author: Christopher Hoskin <christopher.hoskin at gmail.com> Last-Updated: 2016-09-11

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sun Jan 29 18:11:24 UTC 2017


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

mans0954 pushed a commit to branch master
in repository willow.

commit a8f5879238240e17c68e55d1991e627f8303f65b
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Sep 11 21:38:32 2016 +0100

    Subject: Correct Willow version
     Upstream released with wrong version number
    Bug: https://github.com/torchbox/Willow/issues/43
    Author: Christopher Hoskin <christopher.hoskin at gmail.com>
    Last-Updated: 2016-09-11
---
 setup.py           | 2 +-
 willow/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 4d2ab26..34de961 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ except ImportError:
 
 setup(
     name='Willow',
-    version='0.4a0',
+    version='0.3.1',
     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 ec6f52b..055c4dc 100644
--- a/willow/__init__.py
+++ b/willow/__init__.py
@@ -27,4 +27,4 @@ def setup():
 setup()
 
 
-__version__ = '0.4a0'
+__version__ = '0.3.1'

-- 
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