summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-10 19:34:54 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-10 19:40:33 +0200
commit9b09e2b72e4214cc48ddad6c9b33dbe59f59c7ce (patch)
tree7e90a162c004802d8a6adfd7211dc09811d43bea /setup.py
parent256e5b3e38e928df0c66cec6f76cbc9f2cd3f46a (diff)
Make 10.13.0 releasev10.13.0
Adds commit a247f3f ("menuconfig: Improve/fix promptless choice handling"), which fixes an obscure menuconfig crash involving symbols in promptless choices, and improves how choices are displayed in show-all/show-name mode a bit ('<choice (name, if any)>' instead of either nothing or '<name>').
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 1d58e2a..80f723b 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.12.0",
+ version="10.13.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use