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 581c065 commit 272fab8Copy full SHA for 272fab8
HISTORY.rst
@@ -3,8 +3,8 @@
3
History
4
=======
5
6
-Unreleased
7
-----------
+2.1.0 (2021-03-03)
+------------------
8
9
* Dropped support for Django 1.11, 2.0, and 2.1.
10
* Added the ``delete_stale_comments`` management command.
setup.py
@@ -10,7 +10,7 @@
11
setup(
12
name='django-contrib-comments',
13
- version='2.0.0',
+ version='2.1.0',
14
url="https://github.com/django/django-contrib-comments",
15
description='The code formerly known as django.contrib.comments.',
16
long_description=long_description,
0 commit comments