From ebcb7a9cb6129375d4a88a9d941165dbc5b728fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 16 May 2024 17:24:04 +0200 Subject: [PATCH] Bump to v16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- README.rst | 3 +++ gpep517/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9a6e2f5..f16293d 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,9 @@ around pip and venvs. Change log ========== +v16 + - fix potential crash when using ``--output-fd 1`` or ``2`` + v15 - replace prefix rewriting with the ability to specify ``--prefix`` for building wheels, making it consistent with prefix overrides diff --git a/gpep517/__init__.py b/gpep517/__init__.py index bd38124..abdd0bd 100644 --- a/gpep517/__init__.py +++ b/gpep517/__init__.py @@ -3,4 +3,4 @@ """Python package builder and installer for non-pip-centric world""" -__version__ = "15" +__version__ = "16"