Skip to content

Commit

Permalink
tag release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed May 3, 2024
1 parent fc1a1ff commit 1b5f298
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v4.1.0(2024-05-03)
------------------
- Fix API docs not created when building image
`PR #2589 <https://github.com/onaio/onadata/pull/2589>`
[@kelvin-muchiri]
- Add xform to attachment model
`PR #2587 <https://github.com/onaio/onadata/pull/2587>`
[@ukanga]

v4.0.1(2024-04-15)
------------------
- When an odk token expires is None, deactivate and replace
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.0.1"
__version__ = "4.1.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.0.1
version = 4.1.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 1b5f298

Please sign in to comment.