From 87856f23b359daece6b2a22c42290e2ef4bd479e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 3 Aug 2019 16:27:39 +0200 Subject: Make 12.13.0 release Mostly to get some cleanups into a release, but adds a tiny improvement in commit a4b5775 ("menuconfig/guiconfig: Print 'default:' with no 's' if there's just one"). --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 67ca6ff..410db28 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -546,7 +546,7 @@ from glob import iglob from os.path import dirname, exists, expandvars, islink, join, realpath -VERSION = (12, 12, 1) +VERSION = (12, 13, 0) # File layout: -- cgit v1.2.3