From 8023e8093120373fd47fcbc04c42c653f5fd939d Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Tue, 1 Sep 2026 23:30:00 +0530 Subject: [PATCH] [release] Version 1.3.0 --- CHANGES.rst | 18 ++++++++++++++++++ netdiff/info.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9b883f7..d8a5e89 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,24 @@ Changelog ========= +Version 1.3.0 [2026-09-01] +-------------------------- + +Changes +~~~~~~~ + +Dependencies +++++++++++++ + +- Bumped ``openvpn-status`` from ``>=0.2,<0.3`` to `>=0.2.2,<0.3 + `_. +- Bumped ``networkx`` from ``>=2.6,<3.5`` to `>=3.4,<3.7 + `_. +- `Replaced Exscript with telnetlib3 + `_, changing the + requirement from ``Exscript>=2.6.32`` to `telnetlib3>=5,<6 + `_. + Version 1.2.0 [2025-10-24] -------------------------- diff --git a/netdiff/info.py b/netdiff/info.py index 6cda7d1..649c37a 100644 --- a/netdiff/info.py +++ b/netdiff/info.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 0, "final") +VERSION = (1, 3, 0, "final") __version__ = VERSION