Skip to content

Commit e901235

Browse files
chore: release v1.0.4
1 parent f59f925 commit e901235

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.4](https://github.com/agrc/python/compare/v1.0.3...v1.0.4) (2025-03-20)
4+
5+
6+
### Documentation
7+
8+
* fix example dependency declaration syntax ([f59f925](https://github.com/agrc/python/commit/f59f925dd955828b56e5b3650271cd83c69d5144))
9+
310
## [1.0.3](https://github.com/agrc/python/compare/v1.0.2...v1.0.3) (2025-01-23)
411

512

src/projectname/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A single source of truth for the version in a programmatically-accessible variable."""
22

3-
__version__ = "1.0.3"
3+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)