We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cec307 commit a7f0a6cCopy full SHA for a7f0a6c
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+Version 1.1, 19 februari 2017
2
+-----------------------------
3
+
4
+* Added Django 1.10 support.
5
+* Dropped Django 1.5, 1.6 support.
6
+* Dropped Python 2.6 support.
7
8
Version 1.0.1, 17 October 2015
9
------------------------------
10
threadedcomments/__init__.py
@@ -4,7 +4,7 @@
# following PEP 440
-__version__ = "1.0.1"
+__version__ = "1.1"
def get_model():
0 commit comments