From 34a6c2140d9c74fb34899f3da9bcf7539b7f9826 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 24 Jan 2020 22:11:27 +0100 Subject: Make 14.0.0 release to use 'python3' in hashbangs Adds commit 9e0a8d2 ("Use 'python3' instead of 'python' in hashbangs"). This has some breakage potential on older systems (though not when installing via 'pip'), so the major version is increased to 14. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index c0a5b2a..e325cd7 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -554,7 +554,7 @@ from glob import iglob from os.path import dirname, exists, expandvars, islink, join, realpath -VERSION = (13, 7, 1) +VERSION = (14, 0, 0) # File layout: -- cgit v1.2.3