From 15623bc9d6c59b121de1ff7db3c12a823de590bb Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 28 Aug 2022 01:52:38 -0400 Subject: [PATCH] release Hatch v1.5.0 --- docs/history.md | 2 ++ src/hatch/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index a95daaecd..3a1aab605 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Unreleased +### [1.5.0](https://github.com/pypa/hatch/releases/tag/hatch-v1.5.0) - 2022-08-28 ### {: #hatch-v1.5.0 } + ***Added:*** - The `index` publisher now recognizes repository-specific options diff --git a/src/hatch/__about__.py b/src/hatch/__about__.py index 98d186bed..77f1c8e63 100644 --- a/src/hatch/__about__.py +++ b/src/hatch/__about__.py @@ -1 +1 @@ -__version__ = '1.4.2' +__version__ = '1.5.0'