Skip to content

Commit dd9743e

Browse files
authored
Merge b127ded into 5cd7de6
2 parents 5cd7de6 + b127ded commit dd9743e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGES.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
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 ``networkx>=2.6,<3.5``.
14+
- Added support for Python ``3.11``, ``3.12``, and ``3.13``.
15+
- Dropped support for Python ``3.8``.
816

917
Version 1.1.0 [14-08-2024]
1018
--------------------------

netdiff/info.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

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nose2[coverage_plugin]>=0.6.5
22
responses~=0.25.8
3-
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
3+
openwisp-utils[qa]~=1.2.0
44
parameterized~=0.9.0
55
freezegun==1.5.5

0 commit comments

Comments
 (0)