summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-23 10:47:37 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-23 10:53:19 +0100
commit5be286d53aab6c8bf99549ae2eaa6bef3e84a86f (patch)
tree5769905c9bc7079ff562633ffa1bb060e2ebccbd /setup.py
parentf356ba861432980c4a37279af51142b331c84aca (diff)
Make 10.24.0 releasev10.24.0
Tightens up syntax checking and improves a warning: - Commit 13a7bae ("Flag extra trailing tokens in all contexts") adds checking for extra trailing tokens in a few overlooked cases. - Commit f356ba8 ("Clarify that select/imply is a no-op for choice symbols") clarifies the warning when selecting/implying a choice symbol. Parsing performance was improved slightly as well.
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 72b1c08..3edef08 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.23.0",
+ version="10.24.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use