Commit 9e10a18 1 parent e266096 commit 9e10a18 Copy full SHA for 9e10a18
File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ Changelog for Onadata
3
3
4
4
``* represents releases that introduce new migrations ``
5
5
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
+
6
27
v3.19.0(2024-03-26)
7
28
-------------------
8
29
- Security Remediations
Original file line number Diff line number Diff line change 6
6
"""
7
7
from __future__ import absolute_import , unicode_literals
8
8
9
- __version__ = "4.0.0 "
9
+ __version__ = "4.0.1 "
10
10
11
11
12
12
# This will make sure the app is always imported when
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = onadata
3
- version = 4.0.0
3
+ version = 4.0.1
4
4
description = Collect Analyze and Share Data
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments