diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-07 06:51:07 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-07 06:51:27 +0100 |
| commit | 66c40bdcb44563d0f55a0a116af8a4e12a94e15b (patch) | |
| tree | 9a4551d6e23d88421a7c70c1d53407e4a8551273 | |
| parent | b810bdaf3c7ea436b78cb81fca4a1c5e1ff5079f (diff) | |
Make 10.21.0 releasev10.21.0
Adds two small library/menuconfig improvements:
- Commit 7992519 ("Always strip trailing whitespace in 'MenuNode.help'
and __str__()") tightens up the format of strings a bit, and
documents it.
- Commit b810bda ("menuconfig: Support HOME and END in the jump-to
dialog") adds support for some keys that were missing from the
jump-to dialog.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -80,7 +80,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.20.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.21.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.20.0", + version="10.21.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
