From aa0d6a94ad3b1ad829f37267da6c31b780485850 Mon Sep 17 00:00:00 2001 From: FrankApiyo Date: Mon, 18 Nov 2024 14:46:18 +0300 Subject: [PATCH] Bump version to v4.9.1 & update changelog --- CHANGES.rst | 24 ++++++++++++++++++++++++ onadata/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b2f3a058a5..91e7683e48 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,30 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` +v4.9.2(2024-11-18) +------------------ +- Security updates + `PR #2729 ` + [@kelvin-muchiri] +- Invalidate XForm list cache when form is published/replaced + `PR #2730 ` + [@kelvin-muchiri] +- Update pre commit install instructions + `PR #2723 ` + [@kelvin-muchiri] +- Update to oidc v1.1.2 + `PR #2736 ` + [@ukanga] +- Security updates + `PR #2737 ` + [@kelvin-muchiri] +- Ensure geojson exports creation process is idempotent + `PR #2734 ` + [@FrankApiyo] +- [fix] Lookup only models where the parent is h:head + `PR #2733 ` + [@ukanga] + v4.9.1(2024-10-23) ------------------ - Fix extra columns excluded in DataView CSV export diff --git a/onadata/__init__.py b/onadata/__init__.py index 9c63a5c7e3..99b39cd75c 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -7,7 +7,7 @@ from __future__ import absolute_import, unicode_literals -__version__ = "4.9.1" +__version__ = "4.9.2" # This will make sure the app is always imported when diff --git a/setup.cfg b/setup.cfg index 498e07876f..3b65a3def1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = onadata -version = 4.9.1 +version = 4.9.2 description = Collect Analyze and Share Data long_description = file: README.rst long_description_content_type = text/x-rst