From 3ae0f6b370da47f51b6e62595e54322d512ea003 Mon Sep 17 00:00:00 2001 From: Kipchirchir Sigei Date: Tue, 2 Jul 2024 10:52:46 +0300 Subject: [PATCH] Tag release v4.3.2 Signed-off-by: Kipchirchir Sigei --- CHANGES.rst | 10 +++++++++- onadata/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c0a2fcdc2c..5e098561b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,13 +3,21 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` +v4.3.2(2024-07-02) +------------------ +- Security Updates + `PR #2624 ` + [@KipSigei] +- Cleanup github action yaml file + `PR #2627 ` + [@ukanga] + v4.3.1(2024-06-28) ------------------ - Fix 0 integer, decimal values parsed as string when saving json `PR #2621 ` [@kelvin-muchiri] - v4.3.0(2024-06-26) ------------------ - Separate ecr image build to use arm64 runner for arm64 builds diff --git a/onadata/__init__.py b/onadata/__init__.py index c9932d2532..8ba8c53cac 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -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 diff --git a/setup.cfg b/setup.cfg index 0ff9bd4420..a4fb38f836 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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