From b1dfcbdbd6de8389ec80cb4e2ac25e3697ceed24 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 18 Sep 2022 22:46:59 -0400 Subject: [PATCH] release Hatchling v1.10.0 --- backend/src/hatchling/__about__.py | 2 +- docs/history.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/src/hatchling/__about__.py b/backend/src/hatchling/__about__.py index e5102d301..52af183e5 100644 --- a/backend/src/hatchling/__about__.py +++ b/backend/src/hatchling/__about__.py @@ -1 +1 @@ -__version__ = '1.9.0' +__version__ = '1.10.0' diff --git a/docs/history.md b/docs/history.md index d455e474a..2197bb511 100644 --- a/docs/history.md +++ b/docs/history.md @@ -175,6 +175,8 @@ This is the first stable release of Hatch v1, a complete rewrite. Enjoy! ### Unreleased +### [1.10.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.10.0) - 2022-09-18 ### {: #hatchling-v1.10.0 } + ***Added:*** - Add the following to the list of directories that cannot be traversed: `__pypackages__`, `.hg`, `.hatch`, `.tox`, `.nox`