Skip to content

Commit

Permalink
Bump to 2.0 for Python 3.6+ only release
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Nov 17, 2021
1 parent dd32d1b commit 160dc94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.rst
@@ -1,8 +1,9 @@
Changes in git
--------------
Version 2.0, 17 november 2021
-----------------------------

* Confirmed Django 2.1 support.
* Dropped Django 1.7, 1.8, 1.9, 1.10 support.
* Added Django 4.0 support
* Dropped Django 1.7, 1.8, 1.9, 1.10, 1.11 support.
* Dropped Python 2.7-3.5 support, only 3.6+ is supported.


Version 1.2, 29 march 2018
Expand Down
2 changes: 1 addition & 1 deletion threadedcomments/__init__.py
Expand Up @@ -4,7 +4,7 @@


# following PEP 440
__version__ = "1.2"
__version__ = "2.0"


def get_model():
Expand Down

0 comments on commit 160dc94

Please sign in to comment.