Skip to content

Commit c21f17c

Browse files
committed
1.1.1 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 5023f8d commit c21f17c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

4+
Version 1.1.1 [2025-01-31]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed `unnecessary triggering of
11+
"update_superuser_notification_settings" celery task
12+
<https://github.com/openwisp/openwisp-notifications/issues/283>`_.
13+
414
Version 1.1.0 [2024-11-20]
515
--------------------------
616

openwisp_notifications/__init__.py

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

44

0 commit comments

Comments
 (0)