diff --git a/CHANGES.rst b/CHANGES.rst index 78afa09..9b883f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,18 @@ Changelog ========= -Version 1.2.0 [Unreleased] +Version 1.2.0 [2025-10-24] -------------------------- -Work in progress. +Changes +~~~~~~~ + +Dependencies +++++++++++++ + +- Bumped ``networkx>=2.6,<3.5``. +- Added support for Python ``3.11``, ``3.12``, and ``3.13``. +- Dropped support for Python ``3.8``. Version 1.1.0 [14-08-2024] -------------------------- diff --git a/netdiff/info.py b/netdiff/info.py index 4b212a5..6cda7d1 100644 --- a/netdiff/info.py +++ b/netdiff/info.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 0, "alpha") +VERSION = (1, 2, 0, "final") __version__ = VERSION diff --git a/requirements-test.txt b/requirements-test.txt index d126a22..9cdc4a3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ nose2[coverage_plugin]>=0.6.5 responses~=0.25.8 -openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 +openwisp-utils[qa]~=1.2.0 parameterized~=0.9.0 freezegun==1.5.5