We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60fb79 commit 84e36edCopy full SHA for 84e36ed
braces/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__title__ = 'braces'
12
-__version__ = '1.10.0'
+__version__ = '1.11.0'
13
__author__ = 'Kenneth Love and Chris Jones'
14
__license__ = 'BSD 3-clause'
15
__copyright__ = 'Copyright 2013 Kenneth Love and Chris Jones'
setup.py
@@ -26,6 +26,7 @@
26
"Programming Language :: Python :: 3.3",
27
"Programming Language :: Python :: 3.4",
28
"Programming Language :: Python :: 3.5",
29
+ "Programming Language :: Python :: 3.6",
30
"Framework :: Django",
31
"Framework :: Django :: 1.5",
32
"Framework :: Django :: 1.6",
0 commit comments