Skip to content

Commit

Permalink
Merge pull request #2459 from onaio/tag-v3-11-0
Browse files Browse the repository at this point in the history
Tag release v3.11.0
  • Loading branch information
FrankApiyo committed Jul 28, 2023
2 parents 1813f93 + 560635f commit f92f3c2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.11.0(2023-07-28)
-------------------

- Ensure onadata can work in a multi-domain setup
`PR #2450 <https://github.com/onaio/onadata/pull/2450>`
[@FrankApiyo]
- Fix AttributeError: 'ExportBuilder' object has no attribute 'to_google_sheets'
`PR #2458 <https://github.com/onaio/onadata/pull/2458>`
[@kelvin-muchiri]
- Enhance performance of open-data endpoint api/v2/open-data/<uuid>/data
`PR #2456 <https://github.com/onaio/onadata/pull/2456>`
[@kelvin-muchiri]
- Fix AttributeError: 'NoneType' object has no attribute 'strip' when exporting form data
`PR #2453 <https://github.com/onaio/onadata/pull/2453>`
[@kelvin-muchiri]
- Add ability to create, update project invitations
`PR #2430 <https://github.com/onaio/onadata/pull/2430>`
[@kelvin-muchiri]

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

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.1"
__version__ = "3.11.0"


# 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.1
version = 3.11.0
description = Collect Analyze and Share Data
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit f92f3c2

Please sign in to comment.