Skip to content

Commit 9e10a18

Browse files
bump version to 4.0.1 (#2586)
1 parent e266096 commit 9e10a18

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGES.rst

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ Changelog for Onadata
33

44
``* represents releases that introduce new migrations``
55

6+
v4.0.1(2024-04-15)
7+
------------------
8+
- When an odk token expires is None, deactivate and replace
9+
`PR #2583 <https://github.com/onaio/onadata/pull/2583>`
10+
[@FrankApiyo]
11+
- Flatten select multiples in repeating sections during CSV import
12+
`PR #2578 <https://github.com/onaio/onadata/pull/2578>`
13+
[@kelvin-muchiri]
14+
15+
v4.0.0(2024-04-08)
16+
------------------
17+
- Remove redundant Dockerfile used for development
18+
`PR #2575 <https://github.com/onaio/onadata/pull/2575>`
19+
[@kelvin-muchiri]
20+
- Add user to organization asynchronously
21+
`PR #2574 <https://github.com/onaio/onadata/pull/2574>`
22+
[@kelvin-muchiri]
23+
- Upgrade to Django 4.2
24+
`PR #2572 <https://github.com/onaio/onadata/pull/2572>`
25+
[@ukanga]
26+
627
v3.19.0(2024-03-26)
728
-------------------
829
- Security Remediations

onadata/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
from __future__ import absolute_import, unicode_literals
88

9-
__version__ = "4.0.0"
9+
__version__ = "4.0.1"
1010

1111

1212
# This will make sure the app is always imported when

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = onadata
3-
version = 4.0.0
3+
version = 4.0.1
44
description = Collect Analyze and Share Data
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)