Select Git revision
infobar.css
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
version.py 394 B
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2016-2019 CERN.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
"""Version information for Invenio-Previewer.
This file is imported by ``invenio_previewer.__init__``,
and parsed by ``setup.py``.
"""
__version__ = "1.5.0"