Skip to content

Commit

Permalink
Merge pull request #2502 from onaio/v3.14.4-rc
Browse files Browse the repository at this point in the history
Tag release v3.14.4
  • Loading branch information
KipSigei authored Nov 7, 2023
2 parents b2f3849 + a2baf9a commit 6fc9d4f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.14.4(2023-11-07)
-------------------
- Bump oidc version to v1.0.3
`PR #2501 <https://github.com/onaio/onadata/pull/2501>`
[@kelvin-muchiri]
- Improve performance for attachments xform meta permissions check
`PR #2499 <https://github.com/onaio/onadata/pull/2499>`
[@KipSigei]
- Create user auth token if doesn't exist upon retrieval
`PR #2496 <https://github.com/onaio/onadata/pull/2496>`
[@ciremusyoka]

v3.14.3(2023-10-30)
-------------------
- Stream response on endpoint /<username>/xformsManifest/<form_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.14.3"
__version__ = "3.14.4"


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

0 comments on commit 6fc9d4f

Please sign in to comment.