From c935e51cdf4b270cc95f3d1942bdb6a326ff6c41 Mon Sep 17 00:00:00 2001
From: Ofek Lev <ofekmeister@gmail.com>
Date: Sun, 14 Apr 2024 17:36:09 -0400
Subject: [PATCH] release Hatchling v1.23.0

---
 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 8c745f41c..333536823 100644
--- a/backend/src/hatchling/__about__.py
+++ b/backend/src/hatchling/__about__.py
@@ -1 +1 @@
-__version__ = '1.22.5'
+__version__ = '1.23.0'
diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md
index a921f808b..246329d6e 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.23.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.23.0) - 2024-04-14 ## {: #hatchling-v1.23.0 }
+
 ***Added:***
 
 - Add `shared-scripts` option for the `wheel` target