Skip to content

Commit

Permalink
upped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bengtsson committed Mar 11, 2011
1 parent 801acce commit 3e111c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_static/__init__.py
@@ -1 +1 @@
__version__ = '1.5.1' # remember to match with setup.py
__version__ = '1.5.2' # remember to match with setup.py
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@


# django-static doesn't have a version but this setup.py does
VERSION = '1.5.1' # remember to match with django_static/__init__.py
VERSION = '1.5.2' # remember to match with django_static/__init__.py

import os
long_description = open(os.path.join(os.path.dirname(__file__),
Expand Down

0 comments on commit 3e111c5

Please sign in to comment.