Skip to content
Snippets Groups Projects
Commit d30a4efa authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Remove old versions file.

parent de8b65bf
No related branches found
No related tags found
2 merge requests!22Release 0.3,!3Bloxberg proof of concept
Pipeline #7462 passed
"""
This script provides the a function to read a DataModel from a yaml file.
This script provides methods to read a DataModel from a yaml file.
If a file name is passed to parse_model_from_yaml it is parsed and a DataModel
is created. The yaml file needs to be structured in a certain way which will be
......
#
# ** header v3.0
# This file is a part of the CaosDB Project.
#
# Copyright (C) 2018 Research Group Biomedical Physics,
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# ** end header
#
# THIS FILE IS GENERATED FROM SETUP.PY
short_version = '0.1.0'
version = '0.1.0'
full_version = '0.1.0.dev-Unknown'
git_revision = 'Unknown'
release = False
if not release:
version = full_version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment