From 9b51c8ce3f4a611351752fc9e23fd426580b2309 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 21 Apr 2024 22:11:39 -0400 Subject: [PATCH] release Hatchling v1.24.2 --- 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 785c3b898..b27b4ede7 100644 --- a/backend/src/hatchling/__about__.py +++ b/backend/src/hatchling/__about__.py @@ -1 +1 @@ -__version__ = '1.24.1' +__version__ = '1.24.2' diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index e9618dcf0..80535a7f1 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.2](https://github.com/pypa/hatch/releases/tag/hatchling-v1.24.2) - 2024-04-22 ## {: #hatchling-v1.24.2 } + ***Fixed:*** - Add `.venv` to the list of directories that cannot be traversed