Skip to content

Commit bee2502

Browse files
authored
1.0.1 release
1 parent 8639ee6 commit bee2502

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

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

4+
Version 1.0.1 [2022-06-09]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed `handling of the "OPENWISP_NOTIFICATIONS_SOUND" setting
11+
<https://github.com/openwisp/openwisp-notifications/issues/239>`_.
12+
The code was not passing the sound file path to the utilities
13+
of ``django.contrib.staticfiles`` and hence the sound file was
14+
not loaded properly when using different static storage backend.
15+
416
Version 1.0.0 [2022-04-28]
517
--------------------------
618

openwisp_notifications/__init__.py

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

44

0 commit comments

Comments
 (0)