mirror of
https://github.com/copier-org/copier.git
synced 2025-05-05 15:32:54 +00:00
bump: version 9.7.0 → 9.7.1
This commit is contained in:
parent
c402e5d00e
commit
dce3efd435
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
|
|||||||
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
|
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
|
||||||
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
|
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
|
||||||
|
|
||||||
|
## v9.7.1 (2025-04-23)
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- import from module `_tools` instead of `tools`
|
||||||
|
|
||||||
## v9.7.0 (2025-04-22)
|
## v9.7.0 (2025-04-22)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
@ -175,7 +175,7 @@ annotated_tag = true
|
|||||||
changelog_incremental = true
|
changelog_incremental = true
|
||||||
tag_format = "v$version"
|
tag_format = "v$version"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
version = "9.7.0"
|
version = "9.7.1"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
source = "vcs"
|
source = "vcs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user