From 77b1162efb277f99e23f33e9c5d2ae65b21f111f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 13 Sep 2017 12:49:17 -0400 Subject: [PATCH] update history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 7e3be6e3..c2cebe40 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 7.0.1: - - [requires] python_version is now set for new projects, automatically. + - [requires] python_version is now set for new projects, automatically + if a version of Python was specified. - That wasn't easy. 7.0.0: - New path handling for --python, versions like '3.6' are now supported.