Skip to content

Commit

Permalink
release Hatch v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Mar 12, 2024
1 parent 00c5ae7 commit 3ef3169
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/history/hatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.9.4](https://github.com/pypa/hatch/releases/tag/hatch-v1.9.4) - 2024-03-12 ## {: #hatch-v1.9.4 }

***Fixed:***

- Limit the maximum version of Hatchling in anticipation of backward incompatible changes

## [1.9.3](https://github.com/pypa/hatch/releases/tag/hatch-v1.9.3) - 2024-01-25 ## {: #hatch-v1.9.3 }

***Fixed:***
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
]
dependencies = [
"click>=8.0.6",
"hatchling>=1.21.0",
"hatchling<1.22",
"httpx>=0.22.0",
"hyperlink>=21.0.0",
"keyring>=23.5.0",
Expand Down

0 comments on commit 3ef3169

Please sign in to comment.