Skip to content

Commit

Permalink
Tag release v2.5.18
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Mar 8, 2022
1 parent 99d6840 commit 77a5797
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v2.5.18(2022-03-08)
-------------------

- Fix circular imports on export builder module (Known Issue)
`PR #2208 <https://github.com/onaio/onadata/pull/2208>`_
[@KipSigei]

v2.5.17(2022-03-08)
-------------------

- Support split select multiple for CSV & XLS exports when random param is set to true
`PR #2205 <https://github.com/onaio/onadata/pull/2205>`_
[@KipSigei]

v2.5.16(2022-02-16)
-------------------

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__ = "2.5.16"
__version__ = "2.5.17-hotfix"


# This will make sure the app is always imported when
Expand Down

0 comments on commit 77a5797

Please sign in to comment.