Skip to content

Commit 6ad1e7d

Browse files
chore: release v1.0.3
1 parent 66f0620 commit 6ad1e7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/agrc/python/compare/v1.0.2...v1.0.3) (2025-01-15)
4+
5+
6+
### Dependencies
7+
8+
* **dev:** update pytest-cov requirement from ==5.* to >=5,<7 ([#52](https://github.com/agrc/python/issues/52)) ([1d0ebe0](https://github.com/agrc/python/commit/1d0ebe06326674565b83d9c8d8ccabf41b424719))
9+
310
## [1.0.2](https://github.com/agrc/python/compare/v1.0.1...v1.0.2) (2024-05-15)
411

512

src/projectname/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This must only include a single line: __version__ = 'x.y.z'
44
"""
55

6-
__version__ = "1.0.2"
6+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)