Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Mar 1, 2022
1 parent 0fd3f42 commit ab4011e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
=========


1.7.0
-----

- Added support for Django 3.2 and Django 4.0
- Fixed bug on IE11 for using ``forEach`` in notify.js

1.6.0
-----

Expand Down
2 changes: 1 addition & 1 deletion notifications/__init__.py
Expand Up @@ -8,6 +8,6 @@
"""

# PEP 386-compliant version number: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN]
__version__ = '1.6.0'
__version__ = '1.7.0'

default_app_config = 'notifications.apps.Config' # pylint: disable=invalid-name

0 comments on commit ab4011e

Please sign in to comment.