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 | |
| 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")
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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.26.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.27.0``. (the latest version). `Semantic versioning <http://semver.org/>`_ is used. There's been @@ -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 |
