From 7e23244fe01de3302bad93d473d99ee44539881a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 4 Apr 2019 15:44:19 +0200 Subject: make 10.45.1 release Fixes a minor menuconfig issue, in commit 08cfc33 ("menuconfig: Show menus with unsatisfied 'visible if' in red in show-all mode"). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0d6d21d..22c12dd 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.0", + version="10.45.1", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3