From 549df9b11914aab686d1886db6c95a657b95ae65 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 11 Apr 2019 21:05:17 +0200 Subject: Make 10.46.0 release Makes menu paths shown in the menuconfig more informative, in commit 136c0e4 ("menuconfig: Include all parents in menu paths"). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0787a11..ceb2652 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="10.45.2", + version="10.46.0", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3