Skip to content

Commit

Permalink
[deps] Bumped version to 1.2.0a
Browse files Browse the repository at this point in the history
- Bumped openwisp-users~=1.2.0a
- Bumped openwisp-utisl~=1.2.0a
- Bumped openwisp-monitoring~=1.2.0a
  • Loading branch information
pandafy authored and nemesifier committed Dec 23, 2024
1 parent a56b54e commit 27e25b4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

Version 1.2.0 [Unreleased]
--------------------------

Work in progress.

Version 1.1.0 [2024-11-21]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_radius/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'final')
VERSION = (1, 2, 0, 'alpha')
__version__ = VERSION # alias


Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 27e25b4

Please sign in to comment.