diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2020-01-24 22:11:27 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2020-01-24 22:11:27 +0100 |
| commit | 34a6c2140d9c74fb34899f3da9bcf7539b7f9826 (patch) | |
| tree | c25b692089be5a21c62137014b7ce7ab17ac508e /kconfiglib.py | |
| parent | 9e0a8d29fa76adcb3f27bb2e20f16fefc2a8591e (diff) | |
Make 14.0.0 release to use 'python3' in hashbangsv14.0.0
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.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
