Skip to content

Commit

Permalink
Merge pull request #2530 from onaio/v3.17.2-rc
Browse files Browse the repository at this point in the history
Tag release v3.17.2
  • Loading branch information
KipSigei authored Dec 18, 2023
2 parents 3f7f31b + 7772618 commit eaab30b
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.17.2(2023-12-18)
-------------------
- Security Updates
`PR #2529 <https://github.com/onaio/onadata/pull/2529>`
[@KipSigei]
- Enable Token Authentication on Form List API
`PR #2525 <https://github.com/onaio/onadata/pull/2525>`
[@KipSigei]
- Set AWS credentials when generating pre-signed URLS
`PR #2527 <https://github.com/onaio/onadata/pull/2527>`
[@ukanga]

v3.17.1(2023-12-11)
-------------------
- Enable TokenAuthentication on briefcase viewset
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.1"
__version__ = "3.17.2"


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

0 comments on commit eaab30b

Please sign in to comment.