Skip to content

Commit

Permalink
release: v1.0.0a9
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Ioannidis <a.ioannidis@cern.ch>
  • Loading branch information
slint committed Oct 28, 2016
1 parent a255788 commit 93ba329
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,7 +25,7 @@
Changes
=======

Version 1.0.0a8 (release 2016-09-23)
Version 1.0.0a9 (release 2016-10-28)
------------------------------------

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
============================
Invenio-Previewer v1.0.0a8
Invenio-Previewer v1.0.0a9
============================

Invenio-Previewer v1.0.0a8 was released on September 23, 2016.
Invenio-Previewer v1.0.0a9 was released on October 28, 2016.

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

$ pip install invenio-previewer==1.0.0a8
$ pip install invenio-previewer==1.0.0a9

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_previewer/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a9.dev20160923"
__version__ = "1.0.0a9"

0 comments on commit 93ba329

Please sign in to comment.