Skip to content

Commit e800b13

Browse files
bump version to 4.10.0 (#2747)
1 parent 47d82b6 commit e800b13

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Changelog for Onadata
33

44
``* represents releases that introduce new migrations``
55

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+
624
v4.9.2(2024-11-18)
725
------------------
826
- Security updates

onadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import absolute_import, unicode_literals
99

10-
__version__ = "4.9.2"
10+
__version__ = "4.10.0"
1111

1212

1313
# This will make sure the app is always imported when

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = onadata
3-
version = 4.9.2
3+
version = 4.10.0
44
description = Collect Analyze and Share Data
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)