Release 1.7.0

This commit is contained in:
Gagan Deep 2022-03-02 00:57:35 +05:30 committed by Alvaro Mariano
parent dea5f04ada
commit ba81517243
2 changed files with 8 additions and 1 deletions

View file

@ -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
-----

View file

@ -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