[Python-modules-commits] [willow] 01/05: 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 Hoskin
christopher.hoskin at gmail.com
Sun Sep 11 20:58:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository willow.
commit de20264fc6a0f6424cd705bd4308045b43d83241
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