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 | |
| 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.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ available in the Python 2 version of the standard ``curses`` module. that your ``PATH`` includes the directory where the executables end up. You can list the installed files with ``pip(3) show -f kconfiglib``. -All releases have a corresponding tag in the git repository, e.g. ``v10.8.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.8.1``. (the latest version). `Semantic versioning <http://semver.org/>`_ is used. There's been @@ -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 |
