From e629c33d31e223ca1284aa77efce4628bbf50e21 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 15 Dec 2018 22:04:44 +0100 Subject: Make 10.34.0 release Adds commit dcb6f12 ("menuconfig: Add show-help mode"), which adds a new mode to the menuconfig that replaces the key listing at the bottom with the help text of the selected item. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 334534f..e641b0a 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.33.0", + version="10.34.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3