File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog for Onadata
33
44``* represents releases that introduce new migrations ``
55
6+ v3.13.1(2023-09-13)
7+ -------------------
8+ - Revert to have data exports default sorting by id
9+ `PR #2474 <https://github.com/onaio/onadata/pull/2474> `
10+ [@kelvin-muchiri]
11+
612v3.13.0(2023-09-04)
713-------------------
814- Add project and form level odk submission-list and download endpoints
Original file line number Diff line number Diff line change 66"""
77from __future__ import absolute_import , unicode_literals
88
9- __version__ = "3.13.0 "
9+ __version__ = "3.13.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.13.0
3+ version = 3.13.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