Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag hotfix release v2.5.1-hotfix.1 #2030

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog for Onadata

``* represents releases that introduce new migrations``

v2.5.1-hotfix.1(2021-03-02)
---------------------------

- Fix "Different root node name" issue
`PR #2029 <https://github.com/onaio/onadata/pull/2029>`_
[@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.1-hotfix.1"


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