summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-12-01 13:55:25 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-12-01 14:17:38 +0100
commit6d34d9b11cc9587f123e7b5fe3d8de2cad3fa2b1 (patch)
tree34b19806bdc4dd8a054f3d4f3bbaec0fb2ee5cfa
parenta8d378d5fc027fef9d884bd4d89d5ca726383146 (diff)
Make 10.29.0 releasev10.29.0
Adds commit 567cccf ("Tighten up help text parsing"), which improves parsing performance slightly.
-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 28851c2..b6524ff 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.28.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.29.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index ab4c4db..d41fef5 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.28.0",
+ version="10.29.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use