diff --git a/backend/src/hatchling/__about__.py b/backend/src/hatchling/__about__.py index 333536823..6376baeb8 100644 --- a/backend/src/hatchling/__about__.py +++ b/backend/src/hatchling/__about__.py @@ -1 +1 @@ -__version__ = '1.23.0' +__version__ = '1.24.0' diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index f102fe1de..cbd0b02e5 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.24.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.24.0) - 2024-04-16 ## {: #hatchling-v1.24.0 } + ***Added:*** - Add `shared_data` and `shared_scripts` build data for the `wheel` target