From a9c7b10e4afa6fc45981172311eb27628e5c88bf Mon Sep 17 00:00:00 2001 From: Kelvin Muchiri Date: Mon, 2 Sep 2024 15:49:43 +0300 Subject: [PATCH] bump version to v4.6.0 (#2693) --- CHANGES.rst | 8 +++++++- onadata/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 061c434590..7589ac9bb2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,13 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` -v4.5.1(2024-08-30) +v4.6.0(2024-09-02) +------------------ +- Cache xform list results + `PR #2692 ` + [@kelvin-muchiri] + +v4.5.2(2024-08-30) ------------------ - Add CustomScopedRateThrolle throttling class `PR #2685 ` diff --git a/onadata/__init__.py b/onadata/__init__.py index 574922f391..0f7f2d631b 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -6,7 +6,7 @@ """ from __future__ import absolute_import, unicode_literals -__version__ = "4.5.2" +__version__ = "4.6.0" # This will make sure the app is always imported when diff --git a/setup.cfg b/setup.cfg index 7d53f3c40e..92dc6cecb8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = onadata -version = 4.5.2 +version = 4.6.0 description = Collect Analyze and Share Data long_description = file: README.rst long_description_content_type = text/x-rst