Skip to content

Commit

Permalink
Tag version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Jan 25, 2024
1 parent 02f7e68 commit 5e9c49d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

<br/>

## How it works
Expand Down Expand Up @@ -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.

<br/>

## For Developers
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand Down

0 comments on commit 5e9c49d

Please sign in to comment.