Skip to content

Commit

Permalink
Merge pull request #2209 from onaio/v2.5.18
Browse files Browse the repository at this point in the history
Tag release v2.5.18
  • Loading branch information
DavisRayM committed Mar 9, 2022
2 parents 99d6840 + d0d1529 commit 6e58d8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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``

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

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

v2.5.17(2022-03-08)
-------------------
``Release v2.5.17 has known issues; See `PR #2208 <https://github.com/onaio/onadata/pull/2208>`_``

- 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.18"


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

0 comments on commit 6e58d8b

Please sign in to comment.