Skip to content

Commit 272fab8

Browse files
committed
Bumped version to 2.1.0
1 parent 581c065 commit 272fab8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
History
44
=======
55

6-
Unreleased
7-
----------
6+
2.1.0 (2021-03-03)
7+
------------------
88

99
* Dropped support for Django 1.11, 2.0, and 2.1.
1010
* Added the ``delete_stale_comments`` management command.

setup.py

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

1111
setup(
1212
name='django-contrib-comments',
13-
version='2.0.0',
13+
version='2.1.0',
1414
url="https://github.com/django/django-contrib-comments",
1515
description='The code formerly known as django.contrib.comments.',
1616
long_description=long_description,

0 commit comments

Comments
 (0)