Skip to content

Commit

Permalink
Tag release v3.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Nov 23, 2023
1 parent ca5f796 commit bf1e31d
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.16.1(2023-11-23)
-------------------
- Filter out soft-deleted xforms from project forms endpoint
`PR #2515 <https://github.com/onaio/onadata/pull/2515>`
[@KipSigei]
- Check length of paginated instances in briefcase viewset
`PR #2517 <https://github.com/onaio/onadata/pull/2517>`
[@KipSigei]

v3.16.0(2023-11-23)
-------------------
- Add custom template tag: settings_value
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.16.0"
__version__ = "3.16.1"


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

0 comments on commit bf1e31d

Please sign in to comment.