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

release: v1.0.0a5 #33

Merged
merged 1 commit into from Dec 12, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0a4 (released 2017-08-23)
Version 1.0.0a5 (released 2017-12-12)

- Initial public release.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.rst
Expand Up @@ -19,7 +19,7 @@ What's new
Installation
------------

$ pip install invenio-accounts-rest==1.0.0a4
$ pip install invenio-accounts-rest==1.0.0a5

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts_rest/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a4"
__version__ = "1.0.0a5"