diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-16 07:18:55 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-16 08:00:55 +0200 |
| commit | 5d918357dd5734b900e1fdf074090ea662debd9e (patch) | |
| tree | 21c29273d4b0bad7b26e038d661fed5cbe61fc6f /README.rst | |
| parent | 98af94da6a9ef81c8e2c56fbf60741fa8d2a2dd1 (diff) | |
Make 10.14.3 releasev10.14.3
Adds commit 98af94d ("Make Kconfig.choices match its description").
Previously, Kconfig.choices was accidentally identical to
Kconfig.unique_choices. It's now crappy as advertised, and keeps
duplicates.
Removing duplicates (while preserving order) was the original reason for
adding Kconfig.unique_defined_syms and Kconfig.unique_choices. It'd be
rare to need Kconfig.choices.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 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.14.2``. +All releases have a corresponding tag in the git repository, e.g. ``v10.14.3``. (the latest version). `Semantic versioning <http://semver.org/>`_ is used. There's been |
