From 7364004727d01bfc3fa0e3d69c16563c035d05d9 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 10 Jan 2011 23:35:46 +0000 Subject: [PATCH] updating version number --- django_static/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django_static/__init__.py b/django_static/__init__.py index 850f081..2d0f901 100644 --- a/django_static/__init__.py +++ b/django_static/__init__.py @@ -1 +1 @@ -__version__ = '1.4.1' # remember to match with setup.py +__version__ = '1.5.0' # remember to match with setup.py diff --git a/setup.py b/setup.py index 817ded4..0736fa0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # django-static doesn't have a version but this setup.py does -VERSION = '1.4.1' # remember to match with django_static/__init__.py +VERSION = '1.5.0' # remember to match with django_static/__init__.py import os long_description = open(os.path.join(os.path.dirname(__file__), @@ -14,7 +14,7 @@ name='django-static', version=VERSION, url='http://github.com/peterbe/django-static', - download_url='git://github.com/peterbe/django-static.git', + download_url='http://pypi.python.org/packages/source/d/django-static/django-static-1.4.1.tar.gz', description='Template tags for better serving static files from templates in Django', long_description=long_description, author='Peter Bengtsson',