Skip to content

Commit

Permalink
bump version to v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Sep 16, 2024
1 parent 1f4dd18 commit 68b5d4d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.7.0(2024-09-16)
------------------
- Add missing model index changes
`PR #2697 <https://github.com/onaio/onadata/pull/2697>`
[@kelvin-muchiri]
- Add index for logger_xform and logger_project deleted_at fields
`PR #2696 <https://github.com/onaio/onadata/pull/2696>`
[@FrankApiyo]
- Pin submission post processing actions to master database
`PR #2694 <https://github.com/onaio/onadata/pull/2694>`
[@kelvin-muchiri]
- Add config to disable user creation
`PR #2688 <https://github.com/onaio/onadata/pull/2688>`
[@ciremusyoka]
- Add support for creating Entity via API
`PR #2683 <https://github.com/onaio/onadata/pull/2683>`
[@kelvin-muchiri]
- Use eventual consistency to update EntityList num_entities
`PR #2651 <https://github.com/onaio/onadata/pull/2651>`
[@kelvin-muchiri]

v4.6.0(2024-09-02)
------------------
- Cache xform list results
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.6.0"
__version__ = "4.7.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.6.0
version = 4.7.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 68b5d4d

Please sign in to comment.