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 | |
| 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>').
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -79,7 +79,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.12.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.13.0``. (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.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 |
