From bf01114a0ce09b891ed04609ea7e9cc6f3ef3df2 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 10 Oct 2019 11:59:01 +0200 Subject: Make 13.1.1 release Adds a small fix for some just-rewritten documentation, in commit 4de95f4 ("Mention that standard_kconfig() returns the Kconfig instance"). --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 16ea20d..3765793 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, 1, 0) +VERSION = (13, 1, 1) # File layout: -- cgit v1.2.3