Skip to content

Commit 1cef19d

Browse files
committed
Bump Release 0.11
1 parent f7c8599 commit 1cef19d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,17 @@ html version using the setup.py::
5757
Changelog:
5858
==========
5959

60-
0.11 (2016-03-29):
60+
0.11 (2016-07-17):
6161
-----------------
6262

6363
* Added Migration in order to support Django 1.8
6464

6565
* Dropped Support for Django 1.7 and lower
6666

67+
* Remove SQL Migration Files
68+
69+
* Documentation Updates
70+
6771
* Fix linter issues
6872

6973
0.10 (2015-12-14):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
setup(
99
name='django-authority',
10-
version='0.10',
10+
version='0.11',
1111
description=(
1212
"A Django app that provides generic per-object-permissions "
1313
"for Django's auth app."

0 commit comments

Comments
 (0)