diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..ef7174f554472c36a4dd4a6f07c07017063045fe --- /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 de8ddcf486f579307b7e76578366cb65a2152be2..39bcc2d34ad7f13131780a638e80e907fce90532 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 370d59d5674253f60c839c3349a81720289e727b..0ae35909ff17d877baeb343bfedb6bc67d00543b 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>",