mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Release 1.7.0
This commit is contained in:
parent
dea5f04ada
commit
ba81517243
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue