summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-02 03:34:06 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-02 03:53:49 +0100
commit59edb3850575db74fb663942df37b8d87fe0cac8 (patch)
treeb09f7a7618ee38adcadd35b062aa6f4d31d04d70 /setup.py
parentdb60270a2d498e59d76f072298aa9d45a03136f2 (diff)
Make 10.19.1 releasev10.19.1
Adds fixes for two obscure crashes, related to consecutive empty if's and toggling symbols without a type in the menuconfig: - Commit 0e6cd82 ("Fix removal of multiple consecutive 'if' nodes") - Commit db60270 ("menuconfig: Fix crash when toggling symbols without a type")
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2eb6539..3c0ad00 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.19.0",
+ version="10.19.1",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use