summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-09-27 17:50:47 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-09-27 17:50:47 +0200
commit3e009a71dde663b218645892f3df1247531faaac (patch)
treec766ea9b0a05c440bad5539393c085ec218bf8e2 /setup.py
parent8087311cd91bedbf2b24ccdc3925ca641a2de33c (diff)
Make 10.8.1 releasev10.8.1
Adds commit c91e17c ("Give clearer errors for bad endchoice/endif/endmenu nesting"). Previously, an endchoice/endif/endmenu without a corresponding choice/if/menu generated a cryptic "unrecognized construct" error.
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 9e9b760..5433bd1 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.8.0",
+ version="10.8.1",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use