Skip to content

Commit

Permalink
updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bengtsson committed Jan 10, 2011
1 parent 35cde78 commit 7364004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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__),
Expand All @@ -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',
Expand Down

0 comments on commit 7364004

Please sign in to comment.