Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to v4.0.1 #2586

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.1(2024-04-15)
------------------
- When an odk token expires is None, deactivate and replace
`PR #2583 <https://github.com/onaio/onadata/pull/2583>`
[@FrankApiyo]
- Flatten select multiples in repeating sections during CSV import
`PR #2578 <https://github.com/onaio/onadata/pull/2578>`
[@kelvin-muchiri]

v4.0.0(2024-04-08)
------------------
- Remove redundant Dockerfile used for development
`PR #2575 <https://github.com/onaio/onadata/pull/2575>`
[@kelvin-muchiri]
- Add user to organization asynchronously
`PR #2574 <https://github.com/onaio/onadata/pull/2574>`
[@kelvin-muchiri]
- Upgrade to Django 4.2
`PR #2572 <https://github.com/onaio/onadata/pull/2572>`
[@ukanga]

v3.19.0(2024-03-26)
-------------------
- Security Remediations
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.0"
__version__ = "4.0.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.0.0
version = 4.0.1
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down
Loading