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`