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 /setup.py | |
| 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.
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.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 |
