Skip to content

Commit

Permalink
release: v1.0.0a10
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Nov 23, 2016
1 parent 54613f4 commit 4941b71
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Changes
=======

Version 1.0.0a9 (release 2016-10-28)
------------------------------------
Version 1.0.0a10 (release 2016-11-23)
-------------------------------------

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

Invenio-Previewer v1.0.0a9 was released on October 28, 2016.
Invenio-Previewer v1.0.0a10 was released on November 23, 2016.

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

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

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_previewer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a10.dev20161028"
__version__ = "1.0.0a10"
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
tests_require = [
'check-manifest>=0.25',
'coverage>=4.0',
'invenio-db[versioning]>=1.0.0a9',
'invenio-db[versioning]>=1.0.0b3',
'invenio-records-files>=1.0.0a3',
'isort>=4.2.2',
'mock>=1.3.0',
Expand All @@ -52,8 +52,8 @@
'Sphinx>=1.4.2',
],
'files': [
'invenio-files-rest>=1.0.0a1',
'invenio-records-files>=1.0.0a2',
'invenio-files-rest>=1.0.0a9',
'invenio-records-files>=1.0.0a8',
],
'tests': tests_require,
}
Expand All @@ -72,9 +72,9 @@
'Flask-BabelEx>=0.9.3',
'mistune>=0.7.2',
'cchardet>=1.0.0',
'invenio-assets>=1.0.0a3',
'invenio-pidstore>=1.0.0a6',
'invenio-records-ui>=1.0.0a7',
'invenio-assets>=1.0.0b4',
'invenio-pidstore>=1.0.0b1',
'invenio-records-ui>=1.0.0a8',
'ipython>=4.1.0',
'nbconvert>=4.1.0',
'nbformat>=4.0.1',
Expand Down

0 comments on commit 4941b71

Please sign in to comment.