Showing
2 changed files
with
3 additions
and
2 deletions
| ... | ... | @@ -3,9 +3,10 @@ |
| 3 | 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 | 10 | * Added testing for Python 3.7. |
| 10 | 11 | * Confirmed support for Django 2.2 (no code changes required). |
| 11 | 12 | * Updated translations. | ... | ... |
| ... | ... | @@ -10,7 +10,7 @@ long_description = readme + history |
| 10 | 10 | |
| 11 | 11 | setup( |
| 12 | 12 | name='django-contrib-comments', |
| 13 | - version='1.9.0', | |
| 13 | + version='1.9.1', | |
| 14 | 14 | url="https://github.com/django/django-contrib-comments", |
| 15 | 15 | description='The code formerly known as django.contrib.comments.', |
| 16 | 16 | long_description=long_description, | ... | ... |
Please
register
or
login
to post a comment