diff --git a/CHANGELOG.md b/CHANGELOG.md index cf13fa8..7729fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Version 0.0.4 (05-05-2024) +- Added display of multiple measurements that can be displayed in th plot window. +- Now using the FileManager class instead of QFileManager + ### Version 0.0.3 (26-04-2024) - Switched to new formbuilder. This should make implementation of signal processing methods more robust and easier. diff --git a/pyproject.toml b/pyproject.toml index 1e965e4..5ea2dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "nqrduck-measurement" -version = "0.0.3" +version = "0.0.4" authors = [ { name="jupfi", email="support@nqrduck.cool" }, ]