File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ Changelog for Onadata
33
44``* represents releases that introduce new migrations ``
55
6+ v3.10.1(2023-07-20)
7+ -------------------
8+
9+ - Upgrade django to v3.2.20
10+ `PR #2454 <https://github.com/onaio/onadata/pull/2454> `
11+ [@KipSigei]
12+ - Optimize attachments endpoint
13+ `PR #2452 <https://github.com/onaio/onadata/pull/2452> `
14+ [@KipSigei]
15+
616v3.10.0(2023-07-03)
717-------------------
818
Original file line number Diff line number Diff line change 66"""
77from __future__ import absolute_import , unicode_literals
88
9- __version__ = "3.10.0 "
9+ __version__ = "3.10.1 "
1010
1111
1212# This will make sure the app is always imported when
Original file line number Diff line number Diff line change 11[metadata]
22name = onadata
3- version = 3.10.0
3+ version = 3.10.1
44description = Collect Analyze and Share Data
55long_description = file: README.rst
66long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments