Skip to content

Commit

Permalink
release: v1.0.0a10
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Apr 19, 2016
1 parent 7f99718 commit f026db3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -25,8 +25,8 @@
Changes
=======

Version 1.0.0a9 (released 2016-02-28)
-------------------------------------
Version 1.0.0a10 (released 2016-04-19)
--------------------------------------

- Module rewrite using Flask-Security.

Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
===========================
Invenio-Accounts v1.0.0a9
Invenio-Accounts v1.0.0a10
===========================

Invenio-Accounts v1.0.0a9 was released on February 28, 2016.
Invenio-Accounts v1.0.0a10 was released on April 19, 2016.

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

$ pip install invenio-accounts==1.0.0a9
$ pip install invenio-accounts==1.0.0a10

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.0a10.dev20160228"
__version__ = "1.0.0a10"

0 comments on commit f026db3

Please sign in to comment.