Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Bumped version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Feb 3, 2017
1 parent 5687879 commit 3e0832c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
History
=======

Pending
-------
1.8.0 (2017-02-03)
------------------

* Fixed a packaging error which caused sub-packages of the tests to be
distributed.
* Use ``get_current_site`` to look up the site instead of ``settings.SITE_ID``.
* Confirmed support for Django 1.11.
* Dropped Django 1.7 and Python 3.2/3.3 support.
* Added testing for Python 3.5.
* Updated translations.

1.7.3 (2016-09-13)
------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-contrib-comments',
version='1.7.3',
version='1.8.0',
url="https://github.com/django/django-contrib-comments",
description='The code formerly known as django.contrib.comments.',
long_description=long_description,
Expand Down Expand Up @@ -39,5 +39,5 @@
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
test_suite='tests.runtests.main',
install_requires=['Django>=1.7']
install_requires=['Django>=1.8']
)

0 comments on commit 3e0832c

Please sign in to comment.