Skip to content

Commit

Permalink
Merge branch 'openwisp:master' into fix/467-postauthview-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dee077 authored Dec 23, 2024
2 parents 0b8d193 + 6e2dada commit 7cabd09
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/version-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Replicate Commits to Version Branch

on:
push:
branches:
- master

jobs:
version-branch:
uses: openwisp/openwisp-utils/.github/workflows/reusable-version-branch.yml@master
with:
module_name: openwisp_radius
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 7cabd09

Please sign in to comment.