Skip to content

Commit

Permalink
Merge pull request #2363 from onaio/v3.8.0-rc
Browse files Browse the repository at this point in the history
Tag release v3.8.0
  • Loading branch information
KipSigei authored Feb 1, 2023
2 parents 17fbda6 + a1a0597 commit 438b259
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.8.0(2023-02-01)
------------------
- Ensure that the user row is selected alongside the Token
`PR #2362 <https://github.com/onaio/onadata/pull/2362>`_
[@FrankApiyo]
- Render filtered datasets and merged datasets as geojson
`PR #2360 <https://github.com/onaio/onadata/pull/2360>`_
[@FrankApiyo]
- Fix an issue where GPS Data within a group is not correctly extracted when group name is removed
`PR #2355 <https://github.com/onaio/onadata/pull/2355>`_
[@DavisRayM]
- Update setuptools & futures packages
`PR #2353 <https://github.com/onaio/onadata/pull/2353>`_
[@DavisRayM]
- Ensure external select to csv conversion works as expected
`PR #2349 <https://github.com/onaio/onadata/pull/2349>`_
[@DavisRayM]
- Return correct geojson for polygons and geotrace data
`PR #2348 <https://github.com/onaio/onadata/pull/2348>`_
[@FrankApiyo]
- Ensure Excel exports are in .xlsx format
`PR #2346 <https://github.com/onaio/onadata/pull/2346>`_
[@KipSigei]
- Ensure user profiles are created before building user permissions object
`PR #2344 <https://github.com/onaio/onadata/pull/2344>`_
[@KipSigei]

v3.7.1(2022-12-21)
------------------

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.7.1"
__version__ = "3.8.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.7.1
version = 3.8.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 438b259

Please sign in to comment.