Skip to content

Commit

Permalink
release: v1.0.0b9
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Aug 16, 2017
1 parent 35c0702 commit c3df52d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
8 changes: 4 additions & 4 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -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
-----
Expand All @@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/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.0b8"
__version__ = "1.0.0b9"

0 comments on commit c3df52d

Please sign in to comment.