From 5e9c49d85130e20e9179bb30e9f88c521da600ef Mon Sep 17 00:00:00 2001 From: Moritz Makowski Date: Thu, 25 Jan 2024 19:48:22 +0100 Subject: [PATCH] Tag version 1.0.0 --- README.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e4e791..d10a6e7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This repository is the single source of truth for our EM27 measurement logistics - Automatic testing of the files integrities - Easy import as a statically typed Python library +This tool was developed as part of the [EM27 Retrieval Pipeline](https://em27-retrieval-pipeline.netlify.app/). +
## How it works @@ -113,6 +115,8 @@ The list will contain one item per time period where the metadata properties are You can use the repository https://github.com/tum-esm/em27-metadata-storage-template to create your own repository for storing the metadata. It contains a GitHub Actions workflow that automatically validates the metadata on every commit in any branch. +A full reference for the three JSON schemas can be found at https://em27-retrieval-pipeline.netlify.app/api-reference/metadata. +
## For Developers diff --git a/pyproject.toml b/pyproject.toml index 47aedc6..fcd9455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "em27_metadata" -version = "1.0.0-rc.8" +version = "1.0.0" description = "Single source of truth for ESM's EM27 measurement logistics" authors = [ { name = "Moritz Makowski", email = "moritz.makowski@tum.de" },