From 068bc48cb60bac7b7c241e313b60e7f7707c07f3 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 5 Oct 2019 21:41:28 +0200 Subject: Make 13.0.0 release (with Windows packaging change) Adds commit 21b4c1e ("Do not automatically install windows-curses on Windows"), which fixes installation on MSYS2. See that commit for an explanation, and this issue: https://github.com/ulfalizer/Kconfiglib/issues/77 Also adds commit 72e3d20 ("menuconfig: Give hint when 'curses' can't be imported on Windows"), to make it easy for users to know what to do if stuff breaks. Sorry if this change caused problems! --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 54d35e5..dacf5eb 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 = (12, 14, 1) +VERSION = (13, 0, 0) # File layout: -- cgit v1.2.3