Skip to content

Commit

Permalink
release 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jan 11, 2023
1 parent 9646f68 commit cd06da2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog
+++++++++


Unreleased
==========
0.10.0 (2023-01-11)
===================

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


0.9.0 (2022-10-27)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "build"
version = "0.9.0"
version = "0.10.0"
description = "A simple, correct Python build frontend"
readme = "README.md"
requires-python = ">= 3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from __future__ import annotations


__version__ = '0.9.0'
__version__ = '0.10.0'

import contextlib
import difflib
Expand Down

0 comments on commit cd06da2

Please sign in to comment.