From e62835208b15c81d1ebf79ea4d3b53200abccb25 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 1 Jul 2019 23:49:57 +0200 Subject: Make 12.12.0 release Adds commit e5e2fe5 ("Catch EnvironmentError instead of OSError/IOError"), which fixes menuconfig.py crashes on I/O errors on Python 2. This might also improve error robustness elsewhere on Python 2 in obscure cases. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bb83677..6c3422d 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="12.11.0", + version="12.12.0", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3