diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-23 10:47:37 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-23 10:53:19 +0100 |
| commit | 5be286d53aab6c8bf99549ae2eaa6bef3e84a86f (patch) | |
| tree | 5769905c9bc7079ff562633ffa1bb060e2ebccbd /setup.py | |
| parent | f356ba861432980c4a37279af51142b331c84aca (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
