Skip to content

Commit

Permalink
Fill Changelog and bump to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Feb 25, 2021
1 parent 339d6b3 commit 969676f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Unreleased
1.8 (2021-02-25)

* Added explicit `listeners.register_listeners` and
`listeners.unregister_listeners` functions.
* Added `listeners.enable_listeners` and `listeners.disable_listeners` context
managers.
* Avoid crash when looking for anchors in response content.
* Avoid possible failures when checking internal links depending on
ALLOWED_HOSTS setting.
* Confirmed compatibility with Django 3.1.
* Dropped support for Python 3.4.

1.7 (2020-01-13)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read(fname):

setup(
name='django-linkcheck',
version='1.7',
version='1.8',
description="A Django app that will analyze and report on links in any "
"model that you register with it.",
long_description=read('README.rst'),
Expand Down

0 comments on commit 969676f

Please sign in to comment.