From cd8c603f5b30d29cbb436827b9ae6def97c31d11 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 16 Oct 2024 00:06:05 +0000 Subject: [PATCH] 0.0.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263a4a4..a9462c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # CHANGELOG +## v0.0.3 (2024-10-16) + +### Fixes + +* fix: Simplify commands in Readme ([`3f2199c`](https://github.com/molinfo-vienna/nerdd-module/commit/3f2199c33fc8581f519157c18384c4e3116d2fe5)) + +### Unknown + +* Merge pull request #28 from shirte/main + +Bump version to original version ([`097b2ee`](https://github.com/molinfo-vienna/nerdd-module/commit/097b2eeb68a1f38c1526fe0b1d724b1d01e26d7b)) + +* Avoid random test failure ([`f7bc04b`](https://github.com/molinfo-vienna/nerdd-module/commit/f7bc04be98ffad79500c3ff5ab433cbdcc6db778)) + +* Bump version to original version ([`3690488`](https://github.com/molinfo-vienna/nerdd-module/commit/36904881be60b67111e9052c635b19c952e2c246)) + + ## v0.0.2 (2024-10-15) ### Fixes diff --git a/pyproject.toml b/pyproject.toml index b632ef5..034895a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerdd-module" -version = "0.3.4" +version = "0.0.3" description = "Base package to create NERDD modules" readme = "README.md" license = { file = "LICENSE" }