We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d416331 commit 54ea801Copy full SHA for 54ea801
.manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.0.3"
+ ".": "2.0.4"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.0.4](https://github.com/NEIAAC/python-template/compare/v2.0.3...v2.0.4) (2025-06-25)
4
+
5
6
+### Bug Fixes
7
8
+* Improve error messages ([d416331](https://github.com/NEIAAC/python-template/commit/d4163316fce4c795c25c2c7476f7491c2cb4795e))
9
10
## [2.0.3](https://github.com/NEIAAC/python-template/compare/v2.0.2...v2.0.3) (2025-06-25)
11
12
src/version.py
@@ -1 +1 @@
-__version__ = "2.0.3"
+__version__ = "2.0.4"
0 commit comments