Commit c33e7650d94b7a29376c44996e787f367a368093

Authored by Claude Paroz
1 parent fbd81f23

Bumped version to 1.9.1

Showing 2 changed files with 3 additions and 2 deletions
@@ -3,9 +3,10 @@ @@ -3,9 +3,10 @@
3 History 3 History
4 ======= 4 =======
5 5
6 -X.Y.Z (YYYY-MM-DD) 6 +1.9.1 (2019-02-20)
7 ------------------ 7 ------------------
8 8
  9 +* WARNING: This is most probably the last version supporting Python 2.
9 * Added testing for Python 3.7. 10 * Added testing for Python 3.7.
10 * Confirmed support for Django 2.2 (no code changes required). 11 * Confirmed support for Django 2.2 (no code changes required).
11 * Updated translations. 12 * Updated translations.
@@ -10,7 +10,7 @@ long_description = readme + history @@ -10,7 +10,7 @@ long_description = readme + history
10 10
11 setup( 11 setup(
12 name='django-contrib-comments', 12 name='django-contrib-comments',
13 - version='1.9.0', 13 + version='1.9.1',
14 url="https://github.com/django/django-contrib-comments", 14 url="https://github.com/django/django-contrib-comments",
15 description='The code formerly known as django.contrib.comments.', 15 description='The code formerly known as django.contrib.comments.',
16 long_description=long_description, 16 long_description=long_description,
Please register or login to post a comment