From c2897901027dbf4e5174588a6b224049c7bf4e77 Mon Sep 17 00:00:00 2001 From: Jason Ward Date: Mon, 14 Dec 2015 11:12:18 -0500 Subject: [PATCH] refs #45: Update Note --- README.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d856690..f3175b2 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,11 @@ html version using the setup.py:: Changelog: ========== +0.10 (2015-12-14): +----------------- + +* Fixed a bug with BasePermissionForm and django 1.8 + 0.9 (2015-11-11): ----------------- diff --git a/setup.py b/setup.py index 45ca363..0f930c9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read(fname): setup( name='django-authority', - version='0.9', + version='0.10', description=( "A Django app that provides generic per-object-permissions " "for Django's auth app."