Skip to content

Commit

Permalink
release: v1.0.0b5
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Harraudeau <nicolas.harraudeau@cern.ch>
  • Loading branch information
Nicolas Harraudeau committed Jul 7, 2017
1 parent c7cea01 commit e385c1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -24,7 +24,7 @@
Changes
=======

Version 1.0.0b4 (released 2017-05-29)
Version 1.0.0b5 (released 2017-07-07)
-------------------------------------

- Module rewrite using Flask-Security(-Fork).
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
===========================
Invenio-Accounts v1.0.0b4
Invenio-Accounts v1.0.0b5
===========================

Invenio-Accounts v1.0.0b4 was released on May 29, 2017.
Invenio-Accounts v1.0.0b5 was released on July 7, 2017.

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

$ pip install invenio-accounts==1.0.0b4
$ pip install invenio-accounts==1.0.0b5

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0b4"
__version__ = "1.0.0b5"

0 comments on commit e385c1a

Please sign in to comment.