Skip to content

Commit fea03bb

Browse files
chore(main): release 2.0.3 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 834e1d4 commit fea03bb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.2"
2+
".": "2.0.3"
33
}

CHANGELOG.md

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

3+
## [2.0.3](https://github.com/NEIAAC/python-template/compare/v2.0.2...v2.0.3) (2025-06-25)
4+
5+
6+
### Documentation
7+
8+
* Update error instructions ([834e1d4](https://github.com/NEIAAC/python-template/commit/834e1d4d62cb26a465bf3cc4f5184ed3717f2e85))
9+
* Update template usage instructions ([6ac9f6f](https://github.com/NEIAAC/python-template/commit/6ac9f6f30a1c582c3e7b06ee63ea5d8f095d0c8b))
10+
311
## [2.0.2](https://github.com/NEIAAC/python-template/compare/v2.0.1...v2.0.2) (2025-06-17)
412

513

src/version.py

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

0 commit comments

Comments
 (0)