Skip to content

Commit 19bf2ed

Browse files
committed
0.3.0 release
1 parent 78ab209 commit 19bf2ed

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.rst

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
Version 0.3.0 [2020-11-20]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed notification alert sound being played from multiple windows
11+
12+
Changes
13+
~~~~~~~
14+
15+
- [dependencies] Upgraded ``openwisp-utils~=0.7.0`` and
16+
``openwisp-users~=0.5.0``
17+
18+
Features
19+
~~~~~~~~
20+
21+
- Added management command to populate notification preferences
22+
423
Version 0.2.1 [2020-10-18]
524
--------------------------
625

openwisp_notifications/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 2, 1, 'final')
1+
VERSION = (0, 3, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)