Skip to content

Commit

Permalink
Bump version to v4.8.0 (#2709)
Browse files Browse the repository at this point in the history
* bump version to v4.8.0-rc

* update changelog
  • Loading branch information
kelvin-muchiri authored Sep 23, 2024
1 parent 80cebd8 commit 19fcc62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.8.0(2024-09-23)
------------------
- Update ona-oidc version to 1.1.1
`PR #2708 <https://github.com/onaio/onadata/pull/2708>`
[@FrankApiyo]
- Add support for OR operation data filter for date fields
`PR #2701 <https://github.com/onaio/onadata/pull/2704>`
[@kelvin-muchiri]

v4.7.1(2024-09-16)
------------------
- Use chunked queryset when iterating queryset
`PR #2701 <https://github.com/onaio/onadata/pull/2701>`
[@kelvin-muchiri]
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.7.1"
__version__ = "4.8.0"


# 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.7.1
version = 4.8.0
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 19fcc62

Please sign in to comment.