From e7c2cdfbdfd66165f00003a91d19c19f0c236187 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Oct 2024 22:06:50 +0000 Subject: [PATCH] 3.0.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ iceprod/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac793a3c..1752ba91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.4 (2024-10-02) + +### Other + +* Reset reasons ([#374](https://github.com/WIPACrepo/iceprod/issues/374)) ([`064cf31`](https://github.com/WIPACrepo/iceprod/commit/064cf317446bfe4aee70b051801f16bb4a5fad7c)) + ## v3.0.3 (2024-10-02) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 7ddc3d65..cff40e3f 100644 --- a/iceprod/__init__.py +++ b/iceprod/__init__.py @@ -9,7 +9,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "3.0.3" +__version__ = "3.0.4" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),