Skip to content

Commit 9905161

Browse files
committed
1.2.1 release
1 parent 6b1e2b7 commit 9905161

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 1.2.1 [2025-11-27]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed accidental overwriting of user preferences `#427
11+
<https://github.com/openwisp/openwisp-notifications/issues/427>`_
12+
413
Version 1.2.0 [2025-10-23]
514
--------------------------
615

openwisp_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 2, 0, "final")
1+
VERSION = (1, 2, 1, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)