Skip to content

Commit d15501e

Browse files
committed
[release] Version 1.2.1
1 parent 41cb1f2 commit d15501e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change log
22
==========
33

4+
Version 1.2.1 [2026-03-12]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- OpenWrt: turned output of tls_cipher to UCI list `#349
11+
<https://github.com/openwisp/netjsonconfig/issues/349>`_
12+
- Fixed naive boolean coercion `#383
13+
<https://github.com/openwisp/netjsonconfig/issues/383>`_
14+
415
Version 1.2.0 [2025-10-23]
516
--------------------------
617

netjsonconfig/version.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
33

44

0 commit comments

Comments
 (0)