diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-10 19:34:54 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-10 19:40:33 +0200 |
| commit | 9b09e2b72e4214cc48ddad6c9b33dbe59f59c7ce (patch) | |
| tree | 7e90a162c004802d8a6adfd7211dc09811d43bea /setup.py | |
| parent | 256e5b3e38e928df0c66cec6f76cbc9f2cd3f46a (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.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.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 |
