From a6367a8c300f2542109b8099ae59eb2fb2c0b889 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 19 Jan 2022 12:54:05 -0500 Subject: [PATCH] Bump the minimum supported version of Hatch --- HISTORY.md | 4 ++++ pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b5c9797..4e37ed1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +***Added:*** + +- Bump the minimum supported version of Hatch + ## 0.3.0 - 2022-01-12 ***Added:*** diff --git a/pyproject.toml b/pyproject.toml index 7e0443d..b6bc89a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,12 +30,12 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "hatch>=1.0.0rc8", + "hatch>=1.0.0rc10", ] dynamic = ["version"] [project.urls] -Donate = "https://github.com/sponsors/ofek" +Funding = "https://github.com/sponsors/ofek" History = "https://github.com/ofek/hatch-containers/blob/master/HISTORY.md" Issues = "https://github.com/ofek/hatch-containers/issues" Source = "https://github.com/ofek/hatch-containers"