Version bump.
All checks were successful
Build, Test, and Upload Python Package / deploy (push) Successful in 38s

This commit is contained in:
jupfi 2025-06-19 17:57:43 +02:00
parent a821ab6265
commit 5cbb0fd7a4
2 changed files with 15 additions and 6 deletions

View file

@ -1,12 +1,21 @@
# Changelog
### Version 0.0.4 (05-05-2024)
## Version 0.0.5 (19-06-2025)
- Change to quackseq pulseprogramming framework.
## Version 0.0.4 (05-05-2024)
- Changed to FileManager class instead of QFileManager
### Version 0.0.3 (26-04-2024)
## Version 0.0.3 (26-04-2024)
- Switched to new formbuilder provided by the nqrduck core
### Version 0.0.2 (18-04-2024)
## Version 0.0.2 (18-04-2024)
- Automatic deployment to PyPI
### Version 0.0.1 (15-04-2024)
## Version 0.0.1 (15-04-2024)
- Initial release

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "nqrduck-pulseprogrammer"
version = "0.0.4"
version = "0.0.5"
authors = [
{ name="jupfi", email="support@nqrduck.cool" },
]