From 9ca591aba1eaf76073f5d16ff9589396467df50a Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 19 Jan 2022 12:59:54 -0500 Subject: [PATCH] release v0.4.0 --- HISTORY.md | 2 ++ hatch_containers/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4e37ed1..a553c30 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.4.0 - 2022-01-19 + ***Added:*** - Bump the minimum supported version of Hatch diff --git a/hatch_containers/__about__.py b/hatch_containers/__about__.py index e855cbd..e4b8faf 100644 --- a/hatch_containers/__about__.py +++ b/hatch_containers/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2021-present Ofek Lev # # SPDX-License-Identifier: MIT -__version__ = '0.3.0' +__version__ = '0.4.0'