Bumped to 0.12.

This commit is contained in:
Jannis Leidel 2018-01-28 14:19:39 +01:00
parent 14b92a0dcd
commit e8f7f471de
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 3 additions and 3 deletions

View file

@ -47,10 +47,10 @@ copyright = u'2009, the django-authority team'
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.12'
# The full version, including alpha/beta/rc tags.
release = '0.9dev'
release = '0.12'
# 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.11',
version='0.12',
description=(
"A Django app that provides generic per-object-permissions "
"for Django's auth app."