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 f59f925 commit e901235Copy full SHA for e901235
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [1.0.3](https://github.com/agrc/python/compare/v1.0.2...v1.0.3) (2025-01-23)
11
12
src/projectname/version.py
@@ -1,3 +1,3 @@
"""A single source of truth for the version in a programmatically-accessible variable."""
-__version__ = "1.0.3"
+__version__ = "1.0.4"
0 commit comments