Skip to content

Commit

Permalink
Tag release v4.2.1
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 4, 2024
1 parent 0f2ff6b commit b1bd0a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.1.0(2024-06-03)
v4.2.1(2024-06-04)
------------------
- Update Metadata action to capture tags
`PR #2610 <https://github.com/onaio/onadata/pull/2610>`
[@KipSigei]

v4.2.0(2024-06-03)
------------------
- Add support for Entities
`PR #2504 <https://github.com/onaio/onadata/pull/2504>`
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.0"
__version__ = "4.2.1"


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

0 comments on commit b1bd0a3

Please sign in to comment.