Skip to content

Commit

Permalink
Tag release v4.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Jul 10, 2024
1 parent 02d442e commit c7af028
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.3.3(2024-07-10)
------------------
- Add Entity related data to forms on project retrieve endpoint
`PR #2639 <https://github.com/onaio/onadata/pull/2639>`
[@kelvin-muchiri]
- Ignore EntityList model permissions on API endpoints
`PR #2635 <https://github.com/onaio/onadata/pull/2635>`
[@kelvin-muchiri]
- Docs update
`PR #2629 <https://github.com/onaio/onadata/pull/2629>`
[@ukanga]
- Make pending migrations
`PR #2632 <https://github.com/onaio/onadata/pull/2632>`
[@kelvin-muchiri]
- Check attempts is truthy before int comparison
`PR #2618 <https://github.com/onaio/onadata/pull/2618>`
[@ukanga]
- Tune migration performance
`PR #2631 <https://github.com/onaio/onadata/pull/2631>`
[@kelvin-muchiri]

v4.3.2(2024-07-02)
------------------
- Security Updates
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.3.2"
__version__ = "4.3.3"


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

0 comments on commit c7af028

Please sign in to comment.