We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c8599 commit 1cef19dCopy full SHA for 1cef19d
README.rst
@@ -57,13 +57,17 @@ html version using the setup.py::
57
Changelog:
58
==========
59
60
-0.11 (2016-03-29):
+0.11 (2016-07-17):
61
-----------------
62
63
* Added Migration in order to support Django 1.8
64
65
* Dropped Support for Django 1.7 and lower
66
67
+* Remove SQL Migration Files
68
+
69
+* Documentation Updates
70
71
* Fix linter issues
72
73
0.10 (2015-12-14):
setup.py
@@ -7,7 +7,7 @@ def read(fname):
7
8
setup(
9
name='django-authority',
10
- version='0.10',
+ version='0.11',
11
description=(
12
"A Django app that provides generic per-object-permissions "
13
"for Django's auth app."
0 commit comments