Skip to content

Commit 43647b6

Browse files
pandafynemesifier
authored andcommitted
1.2.0 release
1 parent adabeeb commit 43647b6

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGES.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
Change log
22
==========
33

4-
Version 1.2.0 [Unreleased]
4+
Version 1.2.0 [2025-10-23]
55
--------------------------
66

7-
Work in progress.
7+
Changes
8+
~~~~~~~
9+
10+
Dependencies
11+
++++++++++++
12+
13+
- Bumped ``jinja2~=3.1.6``.
14+
- Bumped ``jsonschema~=4.25.1``.
15+
- Added support for Python ``3.11``, ``3.12``, and ``3.13``.
16+
- Dropped support for Python ``3.8``.
17+
18+
Bugfixes
19+
~~~~~~~~
20+
21+
- Fixed parsing issues with complex bridge VLAN filtering configurations
22+
`#356 <https://github.com/openwisp/netjsonconfig/issues/356>`_. Added an
23+
example in the documentation showing how to override ``bridge-vlan``
24+
interfaces.
25+
- Fixed missing ``bridge-vlan`` sections when ``ula_prefix`` was present
26+
`#357 <https://github.com/openwisp/netjsonconfig/issues/357>`_.
827

928
Version 1.1.3 [2025-07-31]
1029
--------------------------

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, "alpha")
1+
VERSION = (1, 2, 0, "final")
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)