Skip to content

Commit

Permalink
release: v1.0.0a8
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 fa1fc95 commit 1fbb275
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,6 +25,6 @@
Changes
=======

Version 1.0.0a7 (released 2016-06-16)
Version 1.0.0a8 (released 2016-09-30)

- Initial public release.
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
===============================
Invenio-UserProfiles v1.0.0a7
Invenio-UserProfiles v1.0.0a8
===============================

Invenio-UserProfile v1.0.0a7 was released on June 16, 2016.
Invenio-UserProfile v1.0.0a8 was released on September 30, 2016.

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

$ pip install invenio-userprofiles==1.0.0a7
$ pip install invenio-userprofiles==1.0.0a8

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

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

Happy hacking and thanks for flying Invenio-UserProfiles.

| 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-userprofiles
| URL: http://inveniosoftware.org
2 changes: 1 addition & 1 deletion invenio_userprofiles/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a7.dev20160617"
__version__ = "1.0.0a8"

0 comments on commit 1fbb275

Please sign in to comment.