Skip to content

Commit

Permalink
Merge pull request #2628 from onaio/v4.3.2-rc
Browse files Browse the repository at this point in the history
Tag release v4.3.2
  • Loading branch information
KipSigei committed Jul 2, 2024
2 parents 067bb5d + 3ae0f6b commit c9f5f5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.3.2(2024-07-02)
------------------
- Security Updates
`PR #2624 <https://github.com/onaio/onadata/pull/2624>`
[@KipSigei]
- Cleanup github action yaml file
`PR #2627 <https://github.com/onaio/onadata/pull/2627>`
[@ukanga]

v4.3.1(2024-06-28)
------------------
- Fix 0 integer, decimal values parsed as string when saving json
`PR #2621 <https://github.com/onaio/onadata/pull/2621>`
[@kelvin-muchiri]


v4.3.0(2024-06-26)
------------------
- Separate ecr image build to use arm64 runner for arm64 builds
Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
from __future__ import absolute_import, unicode_literals

__version__ = "4.3.1"
__version__ = "4.3.2"


# This will make sure the app is always imported when
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = onadata
version = 4.3.1
version = 4.3.2
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit c9f5f5c

Please sign in to comment.