Skip to content

Commit 3ef3169

Browse files
committed
release Hatch v1.9.4
1 parent 00c5ae7 commit 3ef3169

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/history/hatch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
## [1.9.4](https://github.com/pypa/hatch/releases/tag/hatch-v1.9.4) - 2024-03-12 ## {: #hatch-v1.9.4 }
12+
13+
***Fixed:***
14+
15+
- Limit the maximum version of Hatchling in anticipation of backward incompatible changes
16+
1117
## [1.9.3](https://github.com/pypa/hatch/releases/tag/hatch-v1.9.3) - 2024-01-25 ## {: #hatch-v1.9.3 }
1218

1319
***Fixed:***

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
]
4040
dependencies = [
4141
"click>=8.0.6",
42-
"hatchling>=1.21.0",
42+
"hatchling<1.22",
4343
"httpx>=0.22.0",
4444
"hyperlink>=21.0.0",
4545
"keyring>=23.5.0",

0 commit comments

Comments
 (0)