Skip to content

Commit a7f0a6c

Browse files
committed
Bump to v1.1 for Django 1.10 support
1 parent 2cec307 commit a7f0a6c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Version 1.0.1, 17 October 2015
29
------------------------------
310

threadedcomments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# following PEP 440
7-
__version__ = "1.0.1"
7+
__version__ = "1.1"
88

99

1010
def get_model():

0 commit comments

Comments
 (0)