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.0a4 #30

Merged
merged 1 commit into from
Aug 23, 2017
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0a3 (released 2017-02-20)
Version 1.0.0a4 (released 2017-08-23)

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===============================
Invenio-Accounts-REST v1.0.0a3
Invenio-Accounts-REST v1.0.0a4
===============================

Invenio-Accounts-REST v1.0.0a3 was released on February 20, 2017.
Invenio-Accounts-REST v1.0.0a4 was released on August 23, 2017.

About
-----
Expand All @@ -19,7 +19,7 @@ What's new
Installation
------------

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

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts_rest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a3"
__version__ = "1.0.0a4"