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 a3cbd0a commit 552b317Copy full SHA for 552b317
.manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.0.4"
+ ".": "2.1.0"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.1.0](https://github.com/NEIAAC/python-template/compare/v2.0.4...v2.1.0) (2025-06-26)
4
+
5
6
+### Features
7
8
+* Add debug flag ([a3cbd0a](https://github.com/NEIAAC/python-template/commit/a3cbd0a52473a2e4e96780afb005397178276fb6))
9
10
## [2.0.4](https://github.com/NEIAAC/python-template/compare/v2.0.3...v2.0.4) (2025-06-25)
11
12
src/version.py
@@ -1 +1 @@
-__version__ = "2.0.4"
+__version__ = "2.1.0"
0 commit comments