From 0cd078b56e3198a4e867291adf236fa0da47eb4c Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig <bjoern.ludwig@ptb.de> Date: Mon, 26 Dec 2022 19:32:55 -0500 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ef7174f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +<!--next-version-placeholder--> + +## v0.1.0 (2022-12-26) +### Feature +* Initial version of API, docs and project structure ([`283b1ba`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/283b1ba7afda549cb4b3d5a7d593b2bf4f2eff62)) diff --git a/docs/conf.py b/docs/conf.py index de8ddcf..39bcc2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,7 +150,7 @@ author = "B. Ludwig" # built documents.K # # The short X.Y version. -version = "0.0.0" +version = "0.1.0" # The full version, including alpha/beta/rc tags. # release = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index 370d59d..0ae3590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "zema_emc_annotated" -version = "0.0.0" +version = "0.1.0" description = "API to the annotated ZeMA dataset about an electro-mechanical cylinder" authors = [ "Bjoern Ludwig <bjoern.ludwig@ptb.de>", -- GitLab