summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-12-15 22:04:44 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-12-15 22:04:44 +0100
commite629c33d31e223ca1284aa77efce4628bbf50e21 (patch)
treea87ae63fa7ca7a82c7dadce23ff6b825a86dcb99
parentdcb6f1234a7864dab196d0ff504aef891865ad87 (diff)
Make 10.34.0 releasev10.34.0
Adds commit dcb6f12 ("menuconfig: Add show-help mode"), which adds a new mode to the menuconfig that replaces the key listing at the bottom with the help text of the selected item.
-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 bf73b75..4924f1a 100644
--- a/README.rst
+++ b/README.rst
@@ -86,7 +86,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.33.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.34.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index 334534f..e641b0a 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.33.0",
+ version="10.34.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use