From f3c3f87a8d7711e2b1467d79b920e04e053f4809 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Wed, 19 Jun 2024 12:15:02 +0100 Subject: [PATCH] Tag v1.7.0 (#145) --- ChangeLog | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff764b2a..ef5b33bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Version 1.7.0 +------------- + * Always clean up exploded pex files when exiting the Python entry point + (#142) + * `python_test`: add `env` parameter (#140) + * `python_test`: make in-repo interpreter available to test at runtime + (#141) + * Add plugin configuration option `require_licences`, which controls + whether the `licences` parameter is mandatory for `pip_library` and + `python_wheel` (#128) + * Upgrade coverage to 7.5.0 (#139, #144) + Version 1.6.0 ------------- * Allow for use of the wheel tool to resolve to pypi if not found in urls diff --git a/VERSION b/VERSION index dc1e644a..bd8bf882 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0