From 66c40bdcb44563d0f55a0a116af8a4e12a94e15b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 7 Nov 2018 06:51:07 +0100 Subject: Make 10.21.0 release 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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6d1bd74..2984f49 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ is used. There's been -- cgit v1.2.3