Skip to content

Commit

Permalink
release: v1.0.0a11
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossi <leonardo.r@cern.ch>
  • Loading branch information
Leonardo Rossi committed Aug 18, 2017
1 parent de546d0 commit a9f3762
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 @@ -25,7 +25,7 @@
Changes
=======

Version 1.0.0a10 (release 2016-11-23)
Version 1.0.0a11 (release 2017-08-18)
-------------------------------------

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=============================
Invenio-Previewer v1.0.0a10
Invenio-Previewer v1.0.0a11
=============================

Invenio-Previewer v1.0.0a10 was released on November 23, 2016.
Invenio-Previewer v1.0.0a11 was released on August 18, 2017.

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

$ pip install invenio-previewer==1.0.0a10
$ pip install invenio-previewer==1.0.0a11

Documentation
-------------
Expand Down
4 changes: 2 additions & 2 deletions invenio_previewer/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2016 CERN.
# Copyright (C) 2016, 2017 CERN.
#
# Invenio is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a10"
__version__ = "1.0.0a11"

0 comments on commit a9f3762

Please sign in to comment.