From 5970e6e6c3dc9809cbc2e8d16e10496aca5ce5ad Mon Sep 17 00:00:00 2001 From: FrankApiyo Date: Tue, 14 Jan 2025 15:03:26 +0300 Subject: [PATCH] Bump version to v4.11.0 --- CHANGES.rst | 9 +++++++++ onadata/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0b5828b878..66bf184eee 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,15 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` +v4.11.0(2025-01-14) +------------------- +- CSV export optimisation + `PR #2755 ` + [@kelvin-muchiri] +- Add GeoJSON attachment params to EXPORT_OPTIONS + `PR #2757 ` + [@FrankApiyo] + v4.10.1(2025-01-07) ------------------- - Fix CSV import error for a form that defines Entities diff --git a/onadata/__init__.py b/onadata/__init__.py index 7413ed0b5d..948cbd909a 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -7,7 +7,7 @@ from __future__ import absolute_import, unicode_literals -__version__ = "4.10.1" +__version__ = "4.11.0" # This will make sure the app is always imported when diff --git a/setup.cfg b/setup.cfg index 8662a47fe8..bd55192643 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = onadata -version = 4.10.1 +version = 4.11.0 description = Collect Analyze and Share Data long_description = file: README.rst long_description_content_type = text/x-rst