Commit 99577074f1be74665e6d434e1da041e9e7b03dcf

Authored by Claude Paroz
1 parent 5e8303f6

Bumped version to 1.9.2

Showing 2 changed files with 4 additions and 4 deletions
@@ -3,10 +3,12 @@ @@ -3,10 +3,12 @@
3 History 3 History
4 ======= 4 =======
5 5
6 -X.Y.Z (YYYY-MM-DD) 6 +1.9.2 (2019-12-03)
7 ------------------ 7 ------------------
8 8
  9 +* WARNING: This *is* the last version supporting Python 2.
9 * Confirmed support for Django 3.0. 10 * Confirmed support for Django 3.0.
  11 +* Prevented deprecation warnings with Django 3.0.
10 12
11 1.9.1 (2019-02-20) 13 1.9.1 (2019-02-20)
12 ------------------ 14 ------------------
@@ -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.1', 13 + version='1.9.2',
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,
@@ -35,8 +35,6 @@ setup( @@ -35,8 +35,6 @@ setup(
35 'Programming Language :: Python', 35 'Programming Language :: Python',
36 'Programming Language :: Python :: 2.7', 36 'Programming Language :: Python :: 2.7',
37 'Programming Language :: Python :: 3', 37 'Programming Language :: Python :: 3',
38 - 'Programming Language :: Python :: 3.4',  
39 - 'Programming Language :: Python :: 3.5',  
40 'Programming Language :: Python :: 3.6', 38 'Programming Language :: Python :: 3.6',
41 'Programming Language :: Python :: 3.7', 39 'Programming Language :: Python :: 3.7',
42 ], 40 ],
Please register or login to post a comment