From 872fd60257cad4d782e7639f1e3f275e9eb9cbf8 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 4 Apr 2024 13:54:41 -0400 Subject: [PATCH] release Hatchling v1.22.5 --- backend/src/hatchling/__about__.py | 2 +- docs/history/hatchling.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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