Showing
2 changed files
with
3 additions
and
2 deletions
| @@ -3,12 +3,13 @@ | @@ -3,12 +3,13 @@ | ||
| 3 | History | 3 | History |
| 4 | ======= | 4 | ======= |
| 5 | 5 | ||
| 6 | -X.Y.Z (YYYY-MM-DD) | 6 | +1.9.0 (2018-08-04) |
| 7 | ------------------ | 7 | ------------------ |
| 8 | 8 | ||
| 9 | * Added testing for Python 3.6. | 9 | * Added testing for Python 3.6. |
| 10 | * Confirmed support for Django 2.0 and 2.1. | 10 | * Confirmed support for Django 2.0 and 2.1. |
| 11 | * Dropped support for Django < 1.11. | 11 | * Dropped support for Django < 1.11. |
| 12 | +* ``ip_address`` is set to None when ``REMOTE_ADDR`` is empty (#93). | ||
| 12 | 13 | ||
| 13 | 1.8.0 (2017-02-03) | 14 | 1.8.0 (2017-02-03) |
| 14 | ------------------ | 15 | ------------------ |
| @@ -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.8.0', | 13 | + version='1.9.0', |
| 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