diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-26 05:04:09 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-26 05:45:25 +0100 |
| commit | e47d7eff1012e7fe2a1dd75f3367a2eaa1b61539 (patch) | |
| tree | b73b281f14f90749159a4b483f8bd533637fc3a2 /setup.py | |
| parent | e11dc00e9f97a105bf5dfd3cdaebbc7186ab9156 (diff) | |
Make 10.27.0 releasev10.27.0
Adds some small performance optimizations:
- Commit 120f551 ("Speed up more token membership tests")
- Commit bb7044c ("Reorder some tuples to put y first")
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.26.0", + version="10.27.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
