Skip to content

Commit 73398fc

Browse files
committed
Bumped version to 2.0.0
1 parent 96d45ef commit 73398fc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.rst

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

6-
X.Y.Z (YYYY-MM-DD)
6+
2.0.0 (2020-12-20)
77
------------------
88

99
* Removed support for Python 2.
1010
* Renamed zh_CN to zh_Hans and zh_TW to zh_Hant to match
1111
Django Chinese translations naming.
12-
* Confirmed support for Django 3.1.
12+
* Confirmed support for Django 3.1 and avoid deprecation warnings.
1313
* Confirmed support for Python 3.8.
14+
* Updated Arabic and German translations.
1415

1516
1.9.2 (2019-12-03)
1617
------------------

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='1.9.2',
13+
version='2.0.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)