Skip to content

Commit

Permalink
Merge pull request #2690 from onaio/v4.5.2-rc
Browse files Browse the repository at this point in the history
Bump version to v4.5.2
  • Loading branch information
FrankApiyo committed Aug 30, 2024
2 parents a69d9f2 + 37dea3f commit db80b3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/onaio/onadata/pull/2689>`
[@FrankApiyo]

v4.5.1(2024-08-30)
------------------
- Add throttle scopes for xform_list and xform_submission viewsets
Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit db80b3f

Please sign in to comment.