diff --git a/CHANGELOG.md b/CHANGELOG.md index 618e8da32b3e5e12a4efdaee06a4edc5273d143c..180f6a8b15cd1a3cd17cc173ffca2017a8906ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ <!--next-version-placeholder--> +## v0.5.0 (2023-01-21) +### Feature +* **ReadTheDocs:** Introduce settings for ReadTheDocs ([`041e334`](https://github.com/PTB-M4D/zema_emc_annotated/commit/041e334e8d1fe5b71d313a459397f1d2e822dd0c)) +* **CITATION.cff:** Introduce proper citation metadata ([`aea8e7a`](https://github.com/PTB-M4D/zema_emc_annotated/commit/aea8e7ad742fcdd4b8f74b5e30fc1417a4524592)) + +### Documentation +* **README:** Improve and extend README with Disclaimer and License sections as well as new links ([`78292f9`](https://github.com/PTB-M4D/zema_emc_annotated/commit/78292f94a4a86365d44e56525a7c26171807c665)) +* **examples:** Improve and correct examples section ([`94ed4c0`](https://github.com/PTB-M4D/zema_emc_annotated/commit/94ed4c01241a6f4c3eaab8270ccfa7aada523d92)) + +**[See all commits in this version](https://github.com/PTB-M4D/zema_emc_annotated/compare/v0.4.0...v0.5.0)** + ## v0.4.0 (2023-01-16) ### Feature * **dataset:** Leave storage location specification to pooch to share data across local projects ([`dc7d7c9`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/dc7d7c9fbb61a3d0fe5e55e51d58b03a3d1ab6a5)) diff --git a/CITATION.cff b/CITATION.cff index cc8f2e4329bee4446f103bc749e8eab96d85bcbb..eb5e7ce89203bc7bb753a73bd93fcd0967326081 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -42,5 +42,5 @@ keywords: - Horizon 2020 - EMPIR license: MIT -version: 0.4.0 +version: 0.5.0 date-released: '2023-01-16' diff --git a/docs/conf.py b/docs/conf.py index d9082372069b008573cf14732ae77747522b5fde..d7318bb6c1f2a25014b03f926f70d30e1271f3ab 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.4.0" +version = "0.5.0" # The full version, including alpha/beta/rc tags. # release = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index a81288b05eeb57ebf29ed7a3006072eff74aa0a6..386ce320fd0657b1b5218c0e106256aab2d08b9c 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.4.0" +version = "0.5.0" description = "API to the annotated ZeMA dataset about an electro-mechanical cylinder" authors = [ "Bjoern Ludwig <bjoern.ludwig@ptb.de>",