From 4a728640a0cda514ac4c9dccc447fce094201389 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Thu, 30 Oct 2025 15:18:09 +0530 Subject: [PATCH] [deps] Bumped version to 1.3.0a --- CHANGES.rst | 5 +++++ netjsonconfig/version.py | 2 +- requirements-test.txt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5e3e838fd..2cfd4e064 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Change log ========== +Version 1.3.0 [unreleased] +-------------------------- + +Work in progress. + Version 1.2.0 [2025-10-23] -------------------------- diff --git a/netjsonconfig/version.py b/netjsonconfig/version.py index f0b05c9fb..90a1e874f 100644 --- a/netjsonconfig/version.py +++ b/netjsonconfig/version.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 0, "final") +VERSION = (1, 3, 0, "alpha") __version__ = VERSION diff --git a/requirements-test.txt b/requirements-test.txt index ae74c9863..710c1a650 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,4 @@ coveralls sphinx openwisp-sphinx-theme~=1.0.2 # commit message style check -openwisp-utils[qa]~=1.2.0 +openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz