Skip to content

Commit

Permalink
bump version to 3.14.3 (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri authored Oct 30, 2023
1 parent 603a877 commit b56e592
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.14.2(2023-10-19)
v3.14.3(2023-10-30)
-------------------
- Stream response on endpoint /<username>/xformsManifest/<form_id>
`PR #2493 <https://github.com/onaio/onadata/pull/2493>`
[@kelvin-muchiri]
- Allow only authenticated users with correct permissions to download media
`PR #2492 <https://github.com/onaio/onadata/pull/2492>`
[@KipSigei]

v3.14.2(2023-10-19)
-------------------
- Gracefully handle empty geoshapes and geotraces in data
`PR #2489 <https://github.com/onaio/onadata/pull/2489>`
[@KipSigei]
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.14.2"
__version__ = "3.14.3"


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

0 comments on commit b56e592

Please sign in to comment.