Skip to content

Commit 2f77359

Browse files
tag release candidate v3.13.1 (#2476)
1 parent 170c8ca commit 2f77359

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
612
v3.13.0(2023-09-04)
713
-------------------
814
- Add project and form level odk submission-list and download endpoints

onadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
from __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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = onadata
3-
version = 3.13.0
3+
version = 3.13.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)