Skip to content

Commit dce3efd

Browse files
committed
bump: version 9.7.0 → 9.7.1
1 parent c402e5d commit dce3efd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
44
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
55
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
66

7+
## v9.7.1 (2025-04-23)
8+
9+
### Refactor
10+
11+
- import from module `_tools` instead of `tools`
12+
713
## v9.7.0 (2025-04-22)
814

915
### Feat

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ annotated_tag = true
175175
changelog_incremental = true
176176
tag_format = "v$version"
177177
update_changelog_on_bump = true
178-
version = "9.7.0"
178+
version = "9.7.1"
179179

180180
[tool.hatch.version]
181181
source = "vcs"

0 commit comments

Comments
 (0)