Skip to content

Commit

Permalink
release: v1.0.0a15
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 Sep 30, 2016
1 parent 1d20755 commit f9434c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,7 +25,7 @@
Changes
=======

Version 1.0.0a14 (released 2016-09-08)
Version 1.0.0a15 (released 2016-09-30)
--------------------------------------

- Module rewrite using Flask-Security.
Expand Down
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
============================
Invenio-Accounts v1.0.0a14
Invenio-Accounts v1.0.0a15
============================

Invenio-Accounts v1.0.0a14 was released on September 8, 2016.
Invenio-Accounts v1.0.0a15 was released on September 30, 2016.

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

$ pip install invenio-accounts==1.0.0a14
$ pip install invenio-accounts==1.0.0a15

Documentation
-------------

http://invenio-accounts.readthedocs.io/
https://invenio-accounts.readthedocs.io/

Happy hacking and thanks for flying Invenio-Accounts.

| Invenio Development Team
| Email: info@inveniosoftware.org
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| Twitter: https://twitter.com/inveniosoftware
| GitHub: https://github.com/inveniosoftware/invenio-accounts
| URL: http://inveniosoftware.org
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.0a15.dev20160908"
__version__ = "1.0.0a15"

0 comments on commit f9434c5

Please sign in to comment.