yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

pip install v0.50 instead of v0.6.0 #115

Closed tiuma closed 11 years ago

tiuma commented 11 years ago

Hi,

When I want to install or upgrade current installation through pip, i got version 0.50. Same if i use easy_install.

$ pip install django-olwidget
Downloading/unpacking django-olwidget
  Downloading django-olwidget-0.50.tar.gz
  Running setup.py egg_info for package django-olwidget

Installing collected packages: django-olwidget
  Running setup.py install for django-olwidget

Successfully installed django-olwidget
Cleaning up..
yourcelf commented 11 years ago

Indeed... looks like this is due to my attempt to switch to a major.minor.sub versioning scheme. I'll have to bump the current version to some value above "50" or add a major version. Maybe it's time to declare this 1.0.

yourcelf commented 11 years ago

Should be fixed now, going with v0.60.2. Tested as working with pip and easy_install.