Skip to content

Commit 4734997

Browse files
pandafynemesifier
authored andcommitted
1.2.0 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent cc09071 commit 4734997

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGES.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
Changelog
22
=========
33

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

7-
Work in progress.
7+
Changes
8+
~~~~~~~
9+
10+
Dependencies
11+
++++++++++++
12+
13+
- Bumped ``netdiff~=1.2.0``.
14+
- Bumped ``openwisp-users~=1.2.0``.
15+
- Bumped ``openwisp-utils~=1.2.0``.
16+
- Bumped ``django-flat-json-widget~=0.4.0``.
17+
- Added support for Django ``5.x``.
18+
- Added support for Python ``3.11``, ``3.12``, and ``3.13``.
19+
- Dropped support for Django ``3.2`` and ``4.1``.
20+
- Dropped support for Python ``3.8``.
821

922
Version 1.1.2 [2025-08-20]
1023
--------------------------

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

44

0 commit comments

Comments
 (0)