Skip to content

Commit e648582

Browse files
committed
Bump version to 1.0.1
1 parent b0e6623 commit e648582

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Version 1.1, in development
2-
---------------------------
1+
Version 1.0.1, 17 October 2015
2+
------------------------------
33

4-
* Fixed model loading for Django 1.9
4+
* Fixed model loading for Django 1.9, avoid importing them in ``__init__.py``.
55
* Fixed missing transaction management for ``ThreadedComment.save()``
66

77
Version 1.0, 1st October 2015

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"
7+
__version__ = "1.0.1"
88

99
def get_model():
1010
from threadedcomments.models import ThreadedComment

0 commit comments

Comments
 (0)