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 | |
| 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.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 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 @@ -5,7 +5,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="10.14.2", + version="10.14.3", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
