Skip to content

Commit deef720

Browse files
committed
release updates
1 parent 4e8a238 commit deef720

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
dist/
1313
.idea
1414
build/
15+
venv/

braces/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
__title__ = 'braces'
12-
__version__ = '1.9.0'
12+
__version__ = '1.10.0'
1313
__author__ = 'Kenneth Love and Chris Jones'
1414
__license__ = 'BSD 3-clause'
1515
__copyright__ = 'Copyright 2013 Kenneth Love and Chris Jones'

docs/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Changelog
55
=========
66

7+
* :release:`1.10.0 <2016-10-24>`
8+
* :bug:`212 major` Small changes for Django 1.10 compatibility.
9+
* :bug:`211 major` ReadTheDocs links updated.
10+
* :bug:`209 major` Django documentation link updated.
711
* :release:`1.9.0 <2016-5-31>`
812
* :bug:`208 major` Fixed errors from combining certain access mixins.
913
* :bug:`196 major` Refactor how users without permissions are handled.

0 commit comments

Comments
 (0)