Skip to content

Commit e04b073

Browse files
committed
[deps] Bumped version to 1.2.0a
- Bumped openwisp-users~=1.2.0a - Bumped openwisp-utisl~=1.2.0a - Bumped openwisp-monitoring~=1.2.0a
1 parent a56b54e commit e04b073

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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.2.0 [Unreleased]
5+
--------------------------
6+
7+
Work in progress.
8+
49
Version 1.1.0 [2024-11-21]
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, 1, 0, 'final')
1+
VERSION = (1, 2, 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,11 +5,11 @@ packaging
55
openwisp-sphinx-theme~=1.0.2
66
freezegun~=1.5.1
77
django-extensions
8-
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master
8+
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
99
pylinkvalidator
1010
lxml~=5.3.0
1111
cssselect~=1.2.0
12-
openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/master
12+
openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/1.2
1313
django-redis~=5.4.0
1414
mock-ssh-server~=0.9.1
1515
channels_redis~=4.2.1

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@
3535
include_package_data=True,
3636
zip_safe=False,
3737
install_requires=[
38-
'openwisp-users~=1.1.0',
39-
'openwisp-utils[rest,celery]~=1.1.1',
38+
'openwisp-users @ https://github.com/openwisp/openwisp-userts/tarball/1.2',
39+
(
40+
'openwisp-utils[rest,celery]'
41+
' @ https://github.com/openwisp/openwisp-utils/tarball/1.2'
42+
),
4043
'passlib~=1.7.1',
4144
'djangorestframework-link-header-pagination~=0.1.1',
4245
'weasyprint~=59.0',

0 commit comments

Comments
 (0)