diff --git a/backend/src/hatchling/__about__.py b/backend/src/hatchling/__about__.py index c38eab632..8c745f41c 100644 --- a/backend/src/hatchling/__about__.py +++ b/backend/src/hatchling/__about__.py @@ -1 +1 @@ -__version__ = '1.22.4' +__version__ = '1.22.5' diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index 2f8396339..13a52d08a 100644 --- a/docs/history/hatchling.md +++ b/docs/history/hatchling.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [1.22.5](https://github.com/pypa/hatch/releases/tag/hatchling-v1.22.5) - 2024-04-04 ## {: #hatchling-v1.22.5 } + ***Fixed:*** - Fix reading metadata from source distributions when fields are dynamic but not part of core metadata like entry points