summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-21 17:31:25 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-21 17:31:25 +0200
commitafcf6785aec12b2671b8b9e7b70b2954361905b0 (patch)
tree446505ba5314c9c4177b4d88add013ae77c3e313 /README.rst
parent9a4127a1d5eeac122cb478b0e03d42c9698c41be (diff)
Make 10.15.0 releasev10.15.0
- Commit 9a4127a ("Allow programmatically expanding preprocessor functions with args") adds a Variable.expanded_value_w_args() function for calling preprocessor functions programmatically. Not being able to pass arguments to Variable.expanded_value was an oversight. - Commit 516deb4 ("menuconfig: Show the selected symbol for promptless choices") makes menuconfig show the selected symbol next to promptless choices in show-all mode. This is relevant for named choices defined in multiple locations. Some minor parsing optimizations are included as well.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9c10b60..507b60d 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.14.3``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.15.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been