From e8f7f471deba1046b590b12ef046f25ca3f3e59c Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 28 Jan 2018 14:19:39 +0100 Subject: [PATCH] Bumped to 0.12. --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1897bc5..191869e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index edc06e2..3d9c535 100644 --- a/setup.py +++ b/setup.py @@ -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."