summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-16 07:18:55 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-16 08:00:55 +0200
commit5d918357dd5734b900e1fdf074090ea662debd9e (patch)
tree21c29273d4b0bad7b26e038d661fed5cbe61fc6f /setup.py
parent98af94da6a9ef81c8e2c56fbf60741fa8d2a2dd1 (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 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index db63229..0dffb5c 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.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