Skip to content

Commit bc2c0ab

Browse files
committed
1.2.1 release
1 parent 5aaf05e commit bc2c0ab

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

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.1 [2026-03-04]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Use context variables in Vpn.auto_client for OpenVPN backend
11+
- Fixed 500 FieldError in DeviceLocationView `#1110
12+
<https://github.com/openwisp/openwisp-controller/issues/1110>`_
13+
- Fixed MultiValueDictKeyError on empty device form submission `#1057
14+
<https://github.com/openwisp/openwisp-controller/issues/1057>`_
15+
416
Version 1.2.0 [2025-10-24]
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, 0, "final")
1+
VERSION = (1, 2, 1, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)