mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Bumped to version 0.7
This commit is contained in:
parent
a1f5a84f75
commit
11461f8081
2 changed files with 3 additions and 3 deletions
|
|
@ -46,10 +46,10 @@ copyright = u'2009, the django-authority team'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.6'
|
||||
version = '0.7'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.6dev'
|
||||
release = '0.7dev'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ def read(fname):
|
|||
|
||||
setup(
|
||||
name='django-authority',
|
||||
version='0.6',
|
||||
version='0.7',
|
||||
description=(
|
||||
"A Django app that provides generic per-object-permissions "
|
||||
"for Django's auth app."
|
||||
|
|
|
|||
Loading…
Reference in a new issue