Skip to content

Commit e45d11a

Browse files
committed
Bumbed version number to 1.0.1 in prep for pypi release.
1 parent 3a74ffa commit e45d11a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ If your are installing from source, you just need to run the following command f
3030

3131
If you want to install the package without checking out the source you should run::
3232

33-
pip install http://github.com/nowells/django-versions/tarball/v1.0.0
33+
pip install django-versions
3434

3535
# OR if you don't have pip installed (you should definitely check out pip)
36-
easy_install http://github.com/nowells/django-versions/tarball/v1.0.0
36+
easy_install django-versions
3737

3838
For the time being, we need to patch Django to allow us to gain access to the related model from Manager classes. There is a patch included at the root of the source tree ``django.patch`` that includes the required changes. To patch django, go to the root of your checkout of django 1.1.X and run::
3939

versions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (1, 0, 0)
1+
VERSION = (1, 0, 1)

0 commit comments

Comments
 (0)