Skip to content

Commit

Permalink
Merge pull request #2514 from onaio/bump-version
Browse files Browse the repository at this point in the history
Bump version to v3.16.0
  • Loading branch information
FrankApiyo authored Nov 23, 2023
2 parents 4a09b53 + 484b11b commit 8639763
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v3.16.0(2023-11-23)
-------------------
- Add custom template tag: settings_value
`PR #2510 <https://github.com/onaio/onadata/pull/2510>`
[@FrankApiyo]
- Enhancement: Handle Statement Timeout in Briefcase Viewset
`PR #2508 <https://github.com/onaio/onadata/pull/2508>`
[@KipSigei]
- Trigger database call to correctly capture OperationalError
`PR #2513 <https://github.com/onaio/onadata/pull/2513>`
[@KipSigei]
- Upgrade Django for omitted requirements files
`PR #2512 <https://github.com/onaio/onadata/pull/2512>`
[@kelvin-muchiri]

v3.15.0(2023-11-17)
-------------------
- Upgrade Django to version 3.2.23
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.15.0"
__version__ = "3.16.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.15.0
version = 3.16.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 8639763

Please sign in to comment.