From 73a38df409073e16450ecb8272b344e02221dbf4 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 22 Dec 2019 08:55:49 +0100 Subject: Make 13.7.0 release Adds commit 87fab02 ("Add "error: " to the error message for a missing endchoice/endif/endmenu"). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 88a77ba..e6f8d0d 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="13.6.0", + version="13.7.0", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3