Skip to content

Commit 38ee442

Browse files
pandafynemesifier
authored andcommitted
[deps] Bumped version to 1.3.0a
1 parent ae3acdd commit 38ee442

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
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_radius/__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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ packaging
55
openwisp-sphinx-theme~=1.0.2
66
freezegun~=1.5.5
77
django-extensions
8-
openwisp-utils[qa,selenium,channels-test]~=1.2.0
8+
openwisp-utils[qa,selenium,channels-test] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz
99
pylinkvalidator
1010
lxml~=6.0.2
1111
cssselect~=1.3.0
12-
openwisp-monitoring~=1.2.0
12+
openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/archive/refs/heads/1.3.tar.gz
1313
django-redis~=6.0.0
1414
mock-ssh-server~=0.9.1

setup.py

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,19 @@
3535
include_package_data=True,
3636
zip_safe=False,
3737
install_requires=[
38-
"openwisp-notifications~=1.2.0",
39-
"openwisp-users~=1.2.0",
40-
"openwisp-utils[rest,celery]~=1.2.0",
38+
(
39+
"openwisp-notifications @"
40+
"https://github.com/openwisp/openwisp-notifications/"
41+
"archive/refs/heads/1.3.tar.gz"
42+
),
43+
(
44+
"openwisp-users @"
45+
"https://github.com/openwisp/openwisp-users/archive/refs/heads/1.3.tar.gz"
46+
),
47+
(
48+
"openwisp-utils[rest,celery] @"
49+
"https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz"
50+
),
4151
"passlib~=1.7.1",
4252
"djangorestframework-link-header-pagination~=0.1.1",
4353
"weasyprint>=65,<67",

0 commit comments

Comments
 (0)