Skip to content

Commit 3e0967e

Browse files
chore(main): release 2.0.2 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7ffd66 commit 3e0967e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
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.0.2](https://github.com/NEIAAC/python-template/compare/v2.0.1...v2.0.2) (2025-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Improve row number tracking ([a7ffd66](https://github.com/NEIAAC/python-template/commit/a7ffd664f41193c75ca5df15e650872df8560d8a))
9+
310
## [2.0.1](https://github.com/NEIAAC/python-template/compare/v2.0.0...v2.0.1) (2025-06-12)
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.1"
1+
__version__ = "2.0.2"

0 commit comments

Comments
 (0)