Skip to content

Commit

Permalink
Tag release v3.18.0 (#2550)
Browse files Browse the repository at this point in the history
* tag release v3.17.4

* bump version to 3.18.0
  • Loading branch information
kelvin-muchiri authored Feb 6, 2024
1 parent 49e8c99 commit 2713f21
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.18.0(2024-02-05)
-------------------
- Fix SQL syntax error when grouping by select one
`PR #2549 <https://github.com/onaio/onadata/pull/2549>`
[@KipSigei]
- Process Instance metadata from light tasks synchronously
`PR #2547 <https://github.com/onaio/onadata/pull/2547>`
[@kelvin-muchiri]

v3.17.3(2024-01-15)
-------------------
- Explicitly set AWS_S3_ENDPOINT_URL in boto3 configs
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.17.3"
__version__ = "3.18.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.17.3
version = 3.18.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 2713f21

Please sign in to comment.