Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jun 9, 2022
1 parent 8639ee6 commit bee2502
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 1.0.1 [2022-06-09]
--------------------------

Bugfixes
~~~~~~~~

- Fixed `handling of the "OPENWISP_NOTIFICATIONS_SOUND" setting
<https://github.com/openwisp/openwisp-notifications/issues/239>`_.
The code was not passing the sound file path to the utilities
of ``django.contrib.staticfiles`` and hence the sound file was
not loaded properly when using different static storage backend.

Version 1.0.0 [2022-04-28]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_notifications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 0, 'final')
VERSION = (1, 0, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit bee2502

Please sign in to comment.