Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 84e36ed

Browse files
committedFeb 1, 2017
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

+1-1
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

+1
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)
Please sign in to comment.