Skip to content

Commit fb29cd7

Browse files
committed
Bump onadata version to v5.3.2
1 parent 8a93c60 commit fb29cd7

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGES.rst

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

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

6+
v5.3.2(2025-08-25)
7+
------------------
8+
- fix: resolve mismatch between tableau schema and data if repeat section is within group section
9+
[@kelvin-muchiri]
10+
`PR #2894 https://github.com/onaio/onadata/pull/2894`
11+
- Bump ona-oidc to v2.2.0
12+
`PR #2896 https://github.com/onaio/onadata/pull/2896`
13+
[@FrankApiyo]
14+
- feat: prioritise regenerating XForm schema to fix broken schema after PyXForm upgrade
15+
`PR #2897 https://github.com/onaio/onadata/pull/2897`
16+
[@kelvin-muchiri]
17+
- perf: Improve performance for migration
18+
`PR #2898 https://github.com/onaio/onadata/pull/2898`
19+
[@kelvin-muchiri]
20+
- Update onadata base image version
21+
`PR #2899 https://github.com/onaio/onadata/pull/2899`
22+
[@FrankApiyo]
23+
24+
625
v5.3.1(2025-08-19)
726
------------------
827
- Update Dockerfile

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.3.1"
10+
__version__ = "5.3.2"
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.3.1
3+
version = 5.3.2
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)