Skip to content

Commit e87c382

Browse files
bump onadata v5.2.3 (#2876)
1 parent bfc9a1d commit e87c382

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGES.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog for Onadata
33

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

6+
v5.2.3(2025-07-28)
7+
------------------
8+
- Use safe cache operations
9+
`PR #2874 <https://github.com/onaio/onadata/pull/2874>`
10+
[@kelvin-muchiri]
11+
612
v5.2.2(2025-07-23)
713
------------------
814
- Update Ona-OIDC
@@ -24,16 +30,16 @@ v5.2.0 (2025-07-22)*
2430
`PR #2859 <https://github.com/onaio/onadata/pull/2859>`
2531
[@kelvin-muchiri]
2632
- Fix submission marked as duplicate if IntegrityError is thrown
27-
`PR 2860 https://github.com/onaio/onadata/pull/2860`
33+
`PR #2860 https://github.com/onaio/onadata/pull/2860`
2834
[@kelvin-muchiri]
2935
- Fix media signed url missing content type header
30-
`PR 2862 https://github.com/onaio/onadata/pull/2862`
36+
`PR #2862 https://github.com/onaio/onadata/pull/2862`
3137
[@kelvin-muchiri]
3238
- Handle None bind attributes in ExportBuilder survey processing
33-
`PR 2864 https://github.com/onaio/onadata/pull/2864`
39+
`PR #2864 https://github.com/onaio/onadata/pull/2864`
3440
[@FrankApiyo]
3541
- Remove CSV export headers register
36-
`PR 2863 https://github.com/onaio/onadata/pull/2863`
42+
`PR #2863 https://github.com/onaio/onadata/pull/2863`
3743
[@kelvin-muchiri]
3844
- fix: Ensure organization serializer in settings is applied for organization admins
3945
`PR #2865 <https://github.com/onaio/onadata/pull/2865>`

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