diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-27 17:50:47 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-27 17:50:47 +0200 |
| commit | 3e009a71dde663b218645892f3df1247531faaac (patch) | |
| tree | c766ea9b0a05c440bad5539393c085ec218bf8e2 /setup.py | |
| parent | 8087311cd91bedbf2b24ccdc3925ca641a2de33c (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
