Skip to content

Commit

Permalink
release: v1.0.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed May 29, 2017
1 parent 1ae187d commit 66f3d0e
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.0b3 (released 2017-03-08)
Version 1.0.0b4 (released 2017-05-29)
-------------------------------------

- 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.0b3
Invenio-Accounts v1.0.0b4
===========================

Invenio-Accounts v1.0.0b3 was released on March 9, 2016.
Invenio-Accounts v1.0.0b4 was released on May 29, 2017.

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

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

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.0b3"
__version__ = "1.0.0b4"

0 comments on commit 66f3d0e

Please sign in to comment.