Skip to content

Commit 5939a3c

Browse files
pandafynemesifier
authored andcommitted
[deps] Bumped version to 1.3.0a
1 parent 4734997 commit 5939a3c

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 1.3.0 [unreleased]
5+
--------------------------
6+
7+
Work in progress.
8+
49
Version 1.2.0 [2025-10-24]
510
--------------------------
611

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

44

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
responses~=0.25.8
22
freezegun~=1.5.5
33
# Needed to test integrations
4-
openwisp-monitoring~=1.2.0
5-
openwisp-controller~=1.2.0
6-
openwisp-utils[qa,selenium,channels-test]~=1.2.0
4+
openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/archive/refs/heads/1.3.tar.gz
5+
openwisp-controller @ https://github.com/openwisp/openwisp-controller/archive/refs/heads/1.3.tar.gz
6+
openwisp-utils[qa,selenium,channels-test] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz
77
redis~=6.4.0
88
django_redis~=6.0.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
openwisp-users~=1.2.0
1+
openwisp-users @ https://github.com/openwisp/openwisp-users/archive/refs/heads/1.3.tar.gz
22
netdiff~=1.2.0
33
jsonfield~=3.1.0
4-
django-flat-json-widget~=0.4.0
5-
openwisp-utils[celery,channels]~=1.2.0
4+
django-flat-json-widget @ https://github.com/openwisp/django-flat-json-widget/archive/refs/heads/0.5.tar.gz
5+
openwisp-utils[celery,channels] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz

0 commit comments

Comments
 (0)