From f926398596b094f9a1667dd3f4cd407fdf5f58b7 Mon Sep 17 00:00:00 2001 From: jupfi Date: Fri, 26 Apr 2024 17:56:31 +0200 Subject: [PATCH] Version bump. --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ff9d1..1bcfa60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 0.0.5 (26-04-2024) +- Added support for the new formbuilder provided by the nqrduck core + ### Version 0.0.4 (23-04-2024) - Automatic PyPi deployment diff --git a/pyproject.toml b/pyproject.toml index ee3b085..a501aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "nqrduck-spectrometer-limenqr" -version = "0.0.4" +version = "0.0.5" authors = [ { name="jupfi", email="support@nqrduck.cool" }, ]