Skip to content

Commit b8086e0

Browse files
committed
1.2.3 release
1 parent adaa725 commit b8086e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

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

4+
Version 1.2.3 [2026-04-09]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Corrected initial field value assignment in ``AbstractDevice`` class
11+
- Fixed duplicate template entries in Device admin
12+
- Invalidate Config checksum after subnet provisioning
13+
- Fixed concurrent ``update_config`` detection `#1204
14+
<https://github.com/openwisp/openwisp-controller/issues/1204>`_
15+
416
Version 1.2.2 [2026-03-06]
517
--------------------------
618

openwisp_controller/__init__.py

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

44

0 commit comments

Comments
 (0)