Skip to content
Snippets Groups Projects
Select Git revision
  • 0bee37e9410bdeb8b77467f7ff351934842bf5d0
  • master default protected
  • updates
  • hierarchical-keywords
  • map
  • topoi
  • layer
  • tsne-layout
8 results

infobar.css

Blame
  • 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"