Skip to content

Commit 07f32a2

Browse files
bump version to v5.2.5 (#2882)
1 parent 1aa9003 commit 07f32a2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

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

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

6+
v5.2.5(2025-08-06)
7+
------------------
8+
- Fix bug where encrypted XLSForm with choice filter has invalid XML
9+
`PR #2881 <https://github.com/onaio/onadata/pull/2881>`
10+
[@kelvin-muchiri]
11+
- Make duplicate submission check efficient
12+
`PR #2879 <https://github.com/onaio/onadata/pull/2879>`
13+
[@kelvin-muchiri]
14+
615
v5.2.4(2025-07-31)
716
------------------
817
- Skip Instance decryption if encryption is not using managed keys

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__ = "5.2.4"
10+
__version__ = "5.2.5"
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 = 5.2.4
3+
version = 5.2.5
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)