Skip to content
Snippets Groups Projects
Select Git revision
  • af78f39bda7b6e51404f0c0aff60b56c23206e72
  • master default
2 results

version.py

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"