diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c87e19..4b53471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -### Version 0.0.14 (05-05-2024) +## Version 0.0.15 (19-06-2025) + +- Change to quackseq pulseprogramming framework (`d0de0c044e971a165593ea1afcf05f4182ab3906`) + +## Version 0.0.14 (05-05-2024) + - Using the FileManager class instead of QFileManager -### Version 0.0.13 (17-04-2024) + +## Version 0.0.13 (17-04-2024) + - Automatic deployment to PyPi using GitHub Actions -### Version 0.0.12 (15-04-2024) -- Initial release \ No newline at end of file + +## Version 0.0.12 (15-04-2024) + +- Initial release diff --git a/pyproject.toml b/pyproject.toml index 06888d7..ffba532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nqrduck-broadband" -version = "0.0.14" +version = "0.0.15" authors = [ { name="jupfi", email="support@nqrduck.cool" }, ]