From f0747641bb7f7db8f0fd75c6ef8908bac7d7a758 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 6 Oct 2018 06:41:56 +0200 Subject: Make 10.12.0 release Adds commit f1e4d04 ("menuconfig: Remove "Value for " prefix from input dialog titles"), which de-spams the menuconfig interface a bit. Some documentation fixes and improvements are included as well: - Commit 631c51f ("Point to IS_ENABLED() is README") - Commit f594975 ("Add hints on incremental building to 'getting started'") - Commit d044ee9 ("Clarify --config-out description a bit") - Commit 358b77a ("Hint that load_config() with replace=False is for merging") - Commit 5d15df9 ("Update genconfig usage description") The naming in some internal evaluation functions was cleaned up too. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0d15a4c..1d58e2a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="10.11.0", + version="10.12.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3