diff --git a/CHANGES.rst b/CHANGES.rst index 0b5828b878..c193f2585c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` +v4.10.2(2025-01-14) +------------------- +- 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..fe02ee5611 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.10.2" # This will make sure the app is always imported when diff --git a/setup.cfg b/setup.cfg index 8662a47fe8..8524d72ec6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = onadata -version = 4.10.1 +version = 4.10.2 description = Collect Analyze and Share Data long_description = file: README.rst long_description_content_type = text/x-rst