Skip to content

Commit

Permalink
Merge pull request #2033 from onaio/2.5.2-rc
Browse files Browse the repository at this point in the history
Bump to v2.5.2
  • Loading branch information
DavisRayM authored Mar 10, 2021
2 parents 073f8f9 + 6186d50 commit 1a6ce0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v2.5.2(2021-03-10)
------------------

- Fix "Different root node name" issue
`PR #2029 <https://github.com/onaio/onadata/pull/2029>`_
[@DavisRayM]
- Update PyXForm dependency to v1.4.0
`PR #2031 <https://github.com/onaio/onadata/pull/2031`_
[@DavisRayM]

v2.5.1(2021-02-23)
------------------

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.1"
__version__ = "2.5.2"


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

0 comments on commit 1a6ce0c

Please sign in to comment.