Skip to content

Commit 42ea3e3

Browse files
pandafynemesifier
authored andcommitted
[deps] Bumped version to 0.5.0a
1 parent dc6a1f6 commit 42ea3e3

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

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 0.5.0 [unreleased]
5+
--------------------------
6+
7+
Work in progress.
8+
49
Version 0.4.0 [2025-10-24]
510
--------------------------
611

flat_json_widget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 4, 0, "final")
1+
VERSION = (0, 5, 0, "alpha")
22
__version__ = VERSION # alias
33

44

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
],
2525
extras_require={
2626
"test": [
27-
"openwisp-utils[qa,selenium]~=1.2.0",
27+
(
28+
"openwisp-utils[qa,selenium] @"
29+
" https://github.com/openwisp/openwisp-utils/archive/"
30+
"refs/heads/1.3.tar.gz"
31+
),
2832
"django-extensions>=3.2,<4.2",
2933
]
3034
},

0 commit comments

Comments
 (0)