From 07c88b19c2ee6a8b2e58aa625c454e20ad0e44da Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Sat, 21 Jan 2023 02:44:58 +0000
Subject: [PATCH] 0.6.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 180f6a8..89ecbee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
 
 <!--next-version-placeholder-->
 
+## v0.6.0 (2023-01-21)
+### Feature
+* **DOI:** Introduce DOI into metadata and README badge ([`9e183e1`](https://github.com/PTB-M4D/zema_emc_annotated/commit/9e183e19d08f36b4116bcaf4797f0d669932a288))
+
+**[See all commits in this version](https://github.com/PTB-M4D/zema_emc_annotated/compare/v0.5.0...v0.6.0)**
+
 ## v0.5.0 (2023-01-21)
 ### Feature
 * **ReadTheDocs:** Introduce settings for ReadTheDocs ([`041e334`](https://github.com/PTB-M4D/zema_emc_annotated/commit/041e334e8d1fe5b71d313a459397f1d2e822dd0c))
diff --git a/CITATION.cff b/CITATION.cff
index a8853c6..9347252 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -42,7 +42,7 @@ keywords:
   - Horizon 2020
   - EMPIR
 license: MIT
-version: 0.5.0
+version: 0.6.0
 identifiers:
   - description: >-
       This is the general DOI to cite all versions of the software. To cite a specific
diff --git a/docs/conf.py b/docs/conf.py
index d7318bb..6f8b07b 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.5.0"
+version = "0.6.0"
 # The full version, including alpha/beta/rc tags.
 # release = "1.3.1"
 
diff --git a/pyproject.toml b/pyproject.toml
index 386ce32..d561f12 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.5.0"
+version = "0.6.0"
 description = "API to the annotated ZeMA dataset about an electro-mechanical cylinder"
 authors = [
     "Bjoern Ludwig <bjoern.ludwig@ptb.de>",
-- 
GitLab