Skip to content

Commit 70a0852

Browse files
chore: release v1.0.2
1 parent e4ef7c2 commit 70a0852

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.2](https://github.com/agrc/python/compare/v1.0.1...v1.0.2) (2024-05-15)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ruff param ([e4ef7c2](https://github.com/agrc/python/commit/e4ef7c263623095f49d1c37460e5f17b73fa1be0))
9+
* run ruff as a separate task ([cdb4ff6](https://github.com/agrc/python/commit/cdb4ff6293e4bd5cf4f9850fe4d9dbe4539c2ca6))
10+
311
## [1.0.1](https://github.com/agrc/python/compare/v1.0.0...v1.0.1) (2024-04-10)
412

513

src/projectname/version.py

Lines changed: 1 addition & 1 deletion
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.1"
6+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)