Skip to content

Commit

Permalink
Tag release v3.14.0 (#2484)
Browse files Browse the repository at this point in the history
* tag release v3.14.0

* update changes doc
  • Loading branch information
kelvin-muchiri authored Oct 2, 2023
1 parent 7eee153 commit 20d5e02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.14.0(2023-10-02)
- Ensure sas token is appended to azure blob attachment url
`PR #2482 <https://github.com/onaio/onadata/pull/2482>`
[@KipSigei]
- Ensure geotrace and geoshape in repeats is included in GeoJSON data endpoint
`PR #2478 <https://github.com/onaio/onadata/pull/2478>`
[@KipSigei]
- Data endpoint enhancements
`PR #2477 <https://github.com/onaio/onadata/pull/2477>`
[@kelvin-muchiri]

v3.13.1(2023-09-13)
-------------------
- Revert to have data exports default sorting by id
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.13.1"
__version__ = "3.14.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.13.1
version = 3.14.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 20d5e02

Please sign in to comment.