Skip to content

Commit 84e36ed

Browse files
committed
version bump
1 parent e60fb79 commit 84e36ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

braces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Programming Language :: Python :: 3.3",
2727
"Programming Language :: Python :: 3.4",
2828
"Programming Language :: Python :: 3.5",
29+
"Programming Language :: Python :: 3.6",
2930
"Framework :: Django",
3031
"Framework :: Django :: 1.5",
3132
"Framework :: Django :: 1.6",

0 commit comments

Comments
 (0)