Skip to content

Commit

Permalink
Tag release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Apr 14, 2020
1 parent 9e5f4d3 commit aa8c642
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v2.3.1(2020-04-14)
------------------

- Use master database when fetching external export metadata information
`PR #1760 <https://github.com/onaio/onadata/pull/1760>`_
[@WinnyTroy]
- Add support for latest RapidPro webhook posts
`PR #1807 <https://github.com/onaio/onadata/pull/1807>`_
[@DavisRayM]
- Handle dynamic choice names while generating SAV exports
`PR #1806 <https://github.com/onaio/onadata/pull/1806>`_
[@DavisRayM]

v2.3.0(2020-04-07)*
-------------------

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.0.11"
__version__ = "2.3.1"


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

0 comments on commit aa8c642

Please sign in to comment.