Skip to content

Commit

Permalink
Merge pull request #2607 from onaio/v4.2.0-rc
Browse files Browse the repository at this point in the history
Tag release v4.2.0
  • Loading branch information
KipSigei committed Jun 4, 2024
2 parents 76f8408 + b77f86e commit eaf421e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,26 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

Next release
-------------
v4.1.0(2024-06-03)
------------------
- Add support for Entities
`PR #2504 <https://github.com/onaio/onadata/pull/2504>`
[@kelvin-muchiri]
- Optimize attachment xform migration
`PR #2599 <https://github.com/onaio/onadata/pull/2599>`
[@kelvin-muchiri]
- Fix exception thrown when deleting export
`PR #2600 <https://github.com/onaio/onadata/pull/2600>`
[@kelvin-muchiri]
- Fix merged dataset permissions not applied on share
`PR #2598 <https://github.com/onaio/onadata/pull/2598>`
[@kelvin-muchiri]
- Rebuild docker image with pyenv and on Ubuntu 22.04 runtime image.
`PR #2597 <https://github.com/onaio/onadata/pull/2597>`
[@ukanga]
- Set permissions for merged dataset asynchronously
`PR #2600 <https://github.com/onaio/onadata/pull/2600>`
[@kelvin-muchiri]

v4.1.0(2024-05-03)
------------------
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.1.0"
__version__ = "4.2.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.1.0
version = 4.2.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 eaf421e

Please sign in to comment.