Skip to content

Commit

Permalink
Version bump for small bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Aug 15, 2012
1 parent bc02b06 commit 09fa387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adminplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.utils.text import capfirst


VERSION = (0, 1, 6)
VERSION = (0, 1, 7)
__version__ = '.'.join([str(x) for x in VERSION])


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-adminplus',
version='0.1.6',
version='0.1.7',
description='Add new pages to the Django admin.',
long_description=open('README.rst').read(),
author='James Socol',
Expand Down

0 comments on commit 09fa387

Please sign in to comment.