Skip to content

Commit

Permalink
Tag release v4.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <arapgodsmack@gmail.com>
  • Loading branch information
KipSigei committed Jun 26, 2024
1 parent 8f728de commit 6fa567c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.3.0(2024-06-26)
------------------
- Separate ecr image build to use arm64 runner for arm64 builds
`PR #2620 <https://github.com/onaio/onadata/pull/2620>`
[@kelvin-muchiri]
- Add Entity updates
`PR #2592 <https://github.com/onaio/onadata/pull/2592>`
[@kelvin-muchiri]
- Update messaging endpoint docs
`PR #2616 <https://github.com/onaio/onadata/pull/2616>`
[@KipSigei]
- Fix ValueError for User instance primary key in password validation
`PR #2613 <https://github.com/onaio/onadata/pull/2613>`
[@KipSigei]

v4.2.2(2024-06-06)
------------------
- Add support for merged dataset geojson format on endpoint /api/v1/data/<form_id>
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.2.2"
__version__ = "4.3.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.2.2
version = 4.3.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 6fa567c

Please sign in to comment.