From 160dc943da8e715e1258fc295865a3b00d1d5c27 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Wed, 17 Nov 2021 12:43:56 +0100 Subject: [PATCH] Bump to 2.0 for Python 3.6+ only release --- CHANGELOG.rst | 9 +++++---- threadedcomments/__init__.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa83436..b8ec223 100644 --- a/CHANGELOG.rst +++ b/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 diff --git a/threadedcomments/__init__.py b/threadedcomments/__init__.py index 811225b..3ff000d 100644 --- a/threadedcomments/__init__.py +++ b/threadedcomments/__init__.py @@ -4,7 +4,7 @@ # following PEP 440 -__version__ = "1.2" +__version__ = "2.0" def get_model():