Skip to content

Commit

Permalink
Merge pull request #2455 from onaio/v3.10.1-rc
Browse files Browse the repository at this point in the history
Tag release v3.10.1
  • Loading branch information
KipSigei authored Jul 20, 2023
2 parents e9459b5 + 12bf5d3 commit caf1fef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.10.1(2023-07-20)
-------------------

- Upgrade django to v3.2.20
`PR #2454 <https://github.com/onaio/onadata/pull/2454>`
[@KipSigei]
- Optimize attachments endpoint
`PR #2452 <https://github.com/onaio/onadata/pull/2452>`
[@KipSigei]

v3.10.0(2023-07-03)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion onadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
from __future__ import absolute_import, unicode_literals

__version__ = "3.10.0"
__version__ = "3.10.1"


# This will make sure the app is always imported when
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = onadata
version = 3.10.0
version = 3.10.1
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit caf1fef

Please sign in to comment.