Skip to content

Commit caf1fef

Browse files
authored
Merge pull request #2455 from onaio/v3.10.1-rc
Tag release v3.10.1
2 parents e9459b5 + 12bf5d3 commit caf1fef

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
616
v3.10.0(2023-07-03)
717
-------------------
818

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.10.0"
9+
__version__ = "3.10.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.10.0
3+
version = 3.10.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)