diff --git a/CHANGES.rst b/CHANGES.rst index f8633073..f1181692 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,7 +24,7 @@ Changes ======= -Version 1.0.0b8 (released 2017-08-10) +Version 1.0.0b9 (released 2017-08-10) ------------------------------------- - Module rewrite using Flask-Security(-Fork). diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index 222061a8..3c06c6ea 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ =========================== - Invenio-Accounts v1.0.0b8 + Invenio-Accounts v1.0.0b9 =========================== -Invenio-Accounts v1.0.0b8 was released on August 10, 2017. +Invenio-Accounts v1.0.0b9 was released on August 16, 2017. About ----- @@ -12,12 +12,12 @@ Invenio user management and authentication. What's new ---------- -- Module rewrite using Flask-Security(-Fork). +- Module rewrite using Flask-Security. Installation ------------ - $ pip install invenio-accounts==1.0.0b8 + $ pip install invenio-accounts==1.0.0b9 Documentation ------------- diff --git a/invenio_accounts/version.py b/invenio_accounts/version.py index f88136e8..b99cfeec 100644 --- a/invenio_accounts/version.py +++ b/invenio_accounts/version.py @@ -30,4 +30,4 @@ from __future__ import absolute_import, print_function -__version__ = "1.0.0b8" +__version__ = "1.0.0b9"