summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-07 06:51:07 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-07 06:51:27 +0100
commit66c40bdcb44563d0f55a0a116af8a4e12a94e15b (patch)
tree9a4551d6e23d88421a7c70c1d53407e4a8551273 /setup.py
parentb810bdaf3c7ea436b78cb81fca4a1c5e1ff5079f (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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index baca2fe..358f4c1 100644
--- a/setup.py
+++ b/setup.py
@@ -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