From 27e25b43ac34f266b4debb16fde50c7fd96937b7 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 20 Dec 2024 19:50:07 +0530 Subject: [PATCH] [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 --- CHANGES.rst | 5 +++++ openwisp_radius/__init__.py | 2 +- requirements-test.txt | 4 ++-- setup.py | 7 +++++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fdd3aeae..cd76d9c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Change log ========== +Version 1.2.0 [Unreleased] +-------------------------- + +Work in progress. + Version 1.1.0 [2024-11-21] -------------------------- diff --git a/openwisp_radius/__init__.py b/openwisp_radius/__init__.py index 5616c298..60e34a65 100644 --- a/openwisp_radius/__init__.py +++ b/openwisp_radius/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'final') +VERSION = (1, 2, 0, 'alpha') __version__ = VERSION # alias diff --git a/requirements-test.txt b/requirements-test.txt index c5c0d8c3..b5ba3f10 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,11 +5,11 @@ packaging openwisp-sphinx-theme~=1.0.2 freezegun~=1.5.1 django-extensions -openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master +openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 pylinkvalidator lxml~=5.3.0 cssselect~=1.2.0 -openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/master +openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/1.2 django-redis~=5.4.0 mock-ssh-server~=0.9.1 channels_redis~=4.2.1 diff --git a/setup.py b/setup.py index dc3d8910..3693d8d2 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,11 @@ include_package_data=True, zip_safe=False, install_requires=[ - 'openwisp-users~=1.1.0', - 'openwisp-utils[rest,celery]~=1.1.1', + 'openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/1.2', + ( + 'openwisp-utils[rest,celery]' + ' @ https://github.com/openwisp/openwisp-utils/tarball/1.2' + ), 'passlib~=1.7.1', 'djangorestframework-link-header-pagination~=0.1.1', 'weasyprint~=59.0',