Skip to content

Commit 552b317

Browse files
chore(main): release 2.1.0 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3cbd0a commit 552b317

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.4"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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+
310
## [2.0.4](https://github.com/NEIAAC/python-template/compare/v2.0.3...v2.0.4) (2025-06-25)
411

512

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.4"
1+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)