File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ Changelog for Onadata
3
3
4
4
``* represents releases that introduce new migrations ``
5
5
6
+ v.4.10.0(2024-12-02)
7
+ --------------------
8
+ - Add management command to restore soft deleted form
9
+ `PR #2744 <https://github.com/onaio/onadata/pull/2744> `
10
+ [@kelvin-muchiri]
11
+ - fix: ensure xform GET query parameter is numeric
12
+ `PR #2743 <https://github.com/onaio/onadata/pull/2743> `
13
+ [@ukanga]
14
+ - Check error message in response
15
+ `PR #2742 <https://github.com/onaio/onadata/pull/2742> `
16
+ [@ukanga]
17
+ - fix: value error exception for non numeric project id
18
+ `PR #2741 <https://github.com/onaio/onadata/pull/2741> `
19
+ [@ukanga]
20
+ - Delete bulk submissions asynchronously
21
+ `PR #2738 <https://github.com/onaio/onadata/pull/2738> `
22
+ [@kelvin-muchiri]
23
+
6
24
v4.9.2(2024-11-18)
7
25
------------------
8
26
- Security updates
Original file line number Diff line number Diff line change 7
7
8
8
from __future__ import absolute_import , unicode_literals
9
9
10
- __version__ = "4.9.2 "
10
+ __version__ = "4.10.0 "
11
11
12
12
13
13
# This will make sure the app is always imported when
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = onadata
3
- version = 4.9.2
3
+ version = 4.10.0
4
4
description = Collect Analyze and Share Data
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments