From 37dea3fc3e5a1870aa5cbd24d58a3b0a24e36b3a Mon Sep 17 00:00:00 2001 From: FrankApiyo Date: Fri, 30 Aug 2024 16:25:55 +0300 Subject: [PATCH] Bump version to v4.5.2 --- CHANGES.rst | 6 ++++++ onadata/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a16ac262b1..061c434590 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ Changelog for Onadata ``* represents releases that introduce new migrations`` +v4.5.1(2024-08-30) +------------------ +- Add CustomScopedRateThrolle throttling class + `PR #2685 ` + [@FrankApiyo] + v4.5.1(2024-08-30) ------------------ - Add throttle scopes for xform_list and xform_submission viewsets diff --git a/onadata/__init__.py b/onadata/__init__.py index 406930c1ed..574922f391 100644 --- a/onadata/__init__.py +++ b/onadata/__init__.py @@ -6,7 +6,7 @@ """ from __future__ import absolute_import, unicode_literals -__version__ = "4.5.1" +__version__ = "4.5.2" # This will make sure the app is always imported when diff --git a/setup.cfg b/setup.cfg index 968a08dc55..7d53f3c40e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = onadata -version = 4.5.1 +version = 4.5.2 description = Collect Analyze and Share Data long_description = file: README.rst long_description_content_type = text/x-rst