From 283a478db89770b5f913aa71f3b44e9a107b3833 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 11 May 2023 10:00:50 -0400 Subject: [PATCH] release Hatchling v1.16.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 20f9c7ea5..4b2887f7f 100644 --- a/backend/src/hatchling/__about__.py +++ b/backend/src/hatchling/__about__.py @@ -1 +1 @@ -__version__ = '1.16.0' +__version__ = '1.16.1' diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index 141714265..65678487e 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.16.1](https://github.com/pypa/hatch/releases/tag/hatchling-v1.16.1) - 2023-05-11 ## {: #hatchling-v1.16.1 } + ***Fixed:*** - Fix determining the built executable path for the `app` build target option when using a local copy of PyApp when there is an explicit target triple set