Bumped to version 0.8

This commit is contained in:
Jason Ward 2013-12-20 14:32:01 -05:00
parent 0dbc6c4ec7
commit f63f8610f3
2 changed files with 3 additions and 3 deletions

View file

@ -46,10 +46,10 @@ copyright = u'2009, the django-authority team'
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7dev'
release = '0.8dev'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -7,7 +7,7 @@ def read(fname):
setup(
name='django-authority',
version='0.7',
version='0.8',
description=(
"A Django app that provides generic per-object-permissions "
"for Django's auth app."