File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Changelog
3
3
+++++++++
4
4
5
5
6
- Unreleased
7
- ==========
6
+ 0.10.0 (2023-01-11)
7
+ ===================
8
8
9
9
- Replace ``pep517 `` dependency with ``pyproject_hooks ``,
10
10
into which ``pep517 `` has been renamed
@@ -19,6 +19,7 @@ Unreleased
19
19
.. _PR #539 : https://github.com/pypa/build/pull/539
20
20
.. _#529 : https://github.com/pypa/build/issues/529
21
21
22
+
22
23
0.9.0 (2022-10-27)
23
24
==================
24
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " build"
7
- version = " 0.9 .0"
7
+ version = " 0.10 .0"
8
8
description = " A simple, correct Python build frontend"
9
9
readme = " README.md"
10
10
requires-python = " >= 3.7"
Original file line number Diff line number Diff line change 7
7
from __future__ import annotations
8
8
9
9
10
- __version__ = '0.9 .0'
10
+ __version__ = '0.10 .0'
11
11
12
12
import contextlib
13
13
import difflib
You can’t perform that action at this time.
0 commit comments