We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c402e5d commit dce3efdCopy full SHA for dce3efd
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
4
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
5
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
6
7
+## v9.7.1 (2025-04-23)
8
+
9
+### Refactor
10
11
+- import from module `_tools` instead of `tools`
12
13
## v9.7.0 (2025-04-22)
14
15
### Feat
pyproject.toml
@@ -175,7 +175,7 @@ annotated_tag = true
175
changelog_incremental = true
176
tag_format = "v$version"
177
update_changelog_on_bump = true
178
-version = "9.7.0"
+version = "9.7.1"
179
180
[tool.hatch.version]
181
source = "vcs"
0 commit comments