Skip to content

Commit

Permalink
Bumped to 1.7.2 with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Aug 4, 2016
1 parent 9b3db2b commit ea4c834
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Expand Up @@ -8,11 +8,17 @@ Pending

* New release notes here

1.7.2 (2016-08-04)
------------------

* ``get_comment_list`` now returns a ``QuerySet`` instead of a ``list``.
* Fixed a Django 1.9+ compatibility issue with a customized comment app in
``INSTALLED_APPS`` (#87).
* Confirmed support for Django 1.10.

1.7.1 (2016-05-03)
------------------

* ``get_comment_list`` now returns a ``QuerySet`` instead of a ``list``.
* Isolated abstract models outside of models.py so they can be imported without
triggering Django's deprecation warning about models living outside of a
'models' module.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-contrib-comments',
version='1.7.1',
version='1.7.2',
url="https://github.com/django/django-contrib-comments",
description='The code formerly known as django.contrib.comments.',
long_description=long_description,
Expand Down

0 comments on commit ea4c834

Please sign in to comment.