Skip to content

Commit 2ef17f9

Browse files
pandafynemesifier
authored andcommitted
[deps] Bumped version to 1.3.0a
1 parent adf6642 commit 2ef17f9

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

django_loci/__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 @@
11
pytest-cov~=7.0.0
22
responses~=0.25.8
3-
openwisp-utils[qa,selenium,channels,channels-test]~=1.2.0
3+
openwisp-utils[qa,selenium,channels,channels-test] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ django>=4.2.0,<5.3.0
22
django-leaflet~=0.32.0
33
Pillow~=11.3.0
44
geopy~=2.4.1
5-
openwisp-utils[channels]~=1.2.0
5+
openwisp-utils[channels] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz

0 commit comments

Comments
 (0)