summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-26 05:04:09 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-26 05:45:25 +0100
commite47d7eff1012e7fe2a1dd75f3367a2eaa1b61539 (patch)
treeb73b281f14f90749159a4b483f8bd533637fc3a2
parente11dc00e9f97a105bf5dfd3cdaebbc7186ab9156 (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.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a7f6318..34b752f 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.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
diff --git a/setup.py b/setup.py
index 477737a..7a44d45 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.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