Skip to content

Commit d90ac83

Browse files
pandafynemesifier
authored andcommitted
[deps] Bumped version to 1.3.0a
1 parent d38187e commit d90ac83

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 1.3.0 [unreleased]
5+
--------------------------
6+
7+
Work in progress.
8+
49
Version 1.2.0 [2025-10-23]
510
--------------------------
611

openwisp_users/__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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
openwisp-utils[qa,selenium]~=1.2.0
1+
openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz
22
django-redis~=6.0.0
33
django-reversion~=6.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ django-extensions>=3.2,<4.2
33
django-allauth[socialaccount]>=65.12.0,<65.13.0
44
django-phonenumber-field>=8.1.0,<8.2.0
55
phonenumbers>=9.0.10,<9.1.0
6-
openwisp-utils[rest,celery]~=1.2.0
6+
openwisp-utils[rest,celery] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz
77
packaging
88
django-sesame>=3.2.3,<3.3.0

0 commit comments

Comments
 (0)