refs #45: Update Note

This commit is contained in:
Jason Ward 2015-12-14 11:12:18 -05:00
parent 8f81984939
commit c289790102
2 changed files with 6 additions and 1 deletions

View file

@ -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):
-----------------

View file

@ -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."