From 4e2546304315a40ff986f2c438526d21eb06a5ae Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 12 Dec 2023 01:22:52 -0500 Subject: [PATCH] release Hatchling v1.19.1 --- 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 8ac48f095..7a99af9e4 100644 --- a/backend/src/hatchling/__about__.py +++ b/backend/src/hatchling/__about__.py @@ -1 +1 @@ -__version__ = '1.19.0' +__version__ = '1.19.1' diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index 83d5dfac0..238f2decd 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.19.1](https://github.com/pypa/hatch/releases/tag/hatchling-v1.19.1) - 2023-12-12 ## {: #hatchling-v1.19.1 } + ***Fixed:*** - Add better error message when the `wheel` build target cannot determine what to ship