wagtail / Willow

A wrapper that combines the functionality of multiple Python image libraries into one API
https://willow.wagtail.org/
BSD 3-Clause "New" or "Revised" License
273 stars 53 forks source link

Willow 0.3.1 tarball has wrong version number #43

Closed mans0954 closed 7 years ago

mans0954 commented 8 years ago

Running the commands:

wget https://github.com/torchbox/Willow/archive/v0.3.1.tar.gz
tar xf v0.3.1.tar.gz 
cat Willow-0.3.1/setup.py | grep version=

produces the output

version='0.4a0'

kaedroho commented 8 years ago

Oops, thanks for reporting!

mans0954 commented 8 years ago

It's wrong in Willow-0.3.1/willow/__init__.py as well:

cat Willow-0.3.1/willow/__init__.py | grep __version__
__version__ = '0.4a0'
zerolab commented 7 years ago

Now that version 0.4 is out, is this relevant?

On a side note, @kaedroho there is no stable/0.4.x branch

mans0954 commented 7 years ago

@zerolab Probably not!

kaedroho commented 7 years ago

There's not a lot we can do about this now, so closing