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

Update Changelog #1524

Merged
merged 1 commit into from
Dec 19, 2018
Merged
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
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog for onadata
=====================

1.17.0 (2018-12-19)
-------------------

- Fix external Choices with number names
`Fixes #1485 <https://github.com/onaio/onadata/issues/1485>`_
[lincmba]

- Remove link expiration message on verification email
`Fixes #1489 <https://github.com/onaio/onadata/issues/1489>`_
[lincmba]

- Only generate hash for linked datasets
`Fixes #1411 <https://github.com/onaio/onadata/issues/1411>`_
[lincmba]

- Fix merged dataset with deleted parent
`Fixes #1511 <https://github.com/onaio/onadata/issues/1511>`_
[lincmba]

- Update/upgrade packages
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the event we do not have an issue, I usually link it to the pull request that introduced the change. Can you link this to #1522.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

`PR 1522 <https://github.com/onaio/onadata/pull/1522>`_
[lincmba, ukanga]

1.16.0 (2018-12-06)
-------------------

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__ = "1.16.0"
__version__ = "1.17.0"


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