Skip to content

Commit

Permalink
Merge pull request #10 from ghga-de/dev
Browse files Browse the repository at this point in the history
fix package data and bump version to 0.2.2 (#9)
  • Loading branch information
KerstenBreuer authored Jan 14, 2022
2 parents 1c1fa7b + 900697d commit 04bb485
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ghga_message_schemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

"""A package that collects schemas used for messaging between GHGA service."""

__version__ = "0.2.1"
__version__ = "0.2.2"
16 changes: 16 additions & 0 deletions ghga_message_schemas/json_schemas/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2022 Universität Tübingen, DKFZ and EMBL
# for the German Human Genome-Phenome Archive (GHGA)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Package containing JSON schemas."""

0 comments on commit 04bb485

Please sign in to comment.