summaryrefslogtreecommitdiff
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
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.
-rw-r--r--README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 265072d..7fad5be 100644
--- a/README.rst
+++ b/README.rst
@@ -84,7 +84,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.23.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.24.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
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