From dfcc5a31f0cadb8ecdd1d328fe91949625b1df86 Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Sat, 21 Jan 2023 02:15:48 +0000
Subject: [PATCH] 0.5.0

Automatically generated by python-semantic-release
---
 CHANGELOG.md   | 11 +++++++++++
 CITATION.cff   |  2 +-
 docs/conf.py   |  2 +-
 pyproject.toml |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 618e8da..180f6a8 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 cc8f2e4..eb5e7ce 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 d908237..d7318bb 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 a81288b..386ce32 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>",
-- 
GitLab