Skip to content

Commit cd06da2

Browse files
committed
release 0.10.0
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 9646f68 commit cd06da2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33
+++++++++
44

55

6-
Unreleased
7-
==========
6+
0.10.0 (2023-01-11)
7+
===================
88

99
- Replace ``pep517`` dependency with ``pyproject_hooks``,
1010
into which ``pep517`` has been renamed
@@ -19,6 +19,7 @@ Unreleased
1919
.. _PR #539: https://github.com/pypa/build/pull/539
2020
.. _#529: https://github.com/pypa/build/issues/529
2121

22+
2223
0.9.0 (2022-10-27)
2324
==================
2425

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "build"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "A simple, correct Python build frontend"
99
readme = "README.md"
1010
requires-python = ">= 3.7"

src/build/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from __future__ import annotations
88

99

10-
__version__ = '0.9.0'
10+
__version__ = '0.10.0'
1111

1212
import contextlib
1313
import difflib

0 commit comments

Comments
 (0)