Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
* Closes #97.
  • Loading branch information
Diego Rodriguez authored and lnielsen committed Jul 29, 2019
1 parent 04bb2ff commit 004f889
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -10,6 +10,11 @@
Changes
=======

Version 1.0.0 (release 2019-07-29)
----------------------------------

- Initial production release.

Version 1.0.0a12 (release 2019-07-11)
-------------------------------------

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0a12"
__version__ = "1.0.0"
12 changes: 6 additions & 6 deletions setup.py
Expand Up @@ -19,8 +19,8 @@
tests_require = [
'check-manifest>=0.25',
'coverage>=4.5.3',
'invenio-config>=1.0.2',
'invenio-db[versioning]>=1.0.2',
'invenio-records-files>=1.0.0a11',
'isort>=4.3.4',
'mock>=1.3.0',
'pydocstyle>=1.0.0',
Expand All @@ -34,8 +34,8 @@
'Sphinx>=1.5.1',
],
'files': [
'invenio-files-rest>=1.0.0a23',
'invenio-records-files>=1.0.0a11',
'invenio-files-rest>=1.0.0',
'invenio-records-files>=1.0.0',
],
'tests': tests_require,
}
Expand All @@ -50,15 +50,15 @@
]

install_requires = [
'Flask>=0.11.1',
'Flask-BabelEx>=0.9.3',
'mistune>=0.7.2',
'cchardet>=1.0.0',
'Flask-BabelEx>=0.9.3',
'Flask>=0.11.1',
'invenio-assets>=1.1.2',
'invenio-formatter>=1.0.2',
'invenio-pidstore>=1.0.0',
'invenio-records-ui>=1.0.1',
'ipython>=4.1.0',
'mistune>=0.7.2',
'nbconvert[execute]>=4.1.0',
'nbformat>=4.0.1',
'tornado>=4.1,<=5.1.1', # required by nbconvert -> jupyter-client
Expand Down

0 comments on commit 004f889

Please sign in to comment.