summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-14 01:53:38 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-14 01:56:48 +0200
commita204df5ea6f7cb925f8b2f4035a1adfa68d41b82 (patch)
tree61753d0c0ef581e77044130cd5fe3bfb1101377a
parent63bbecbbc396cea554f18610864629e9267c5631 (diff)
Make 10.14.1 releasev10.14.1
Adds commit 63bbecb ("menuconfig: Fix crash when pressing Ctrl-F with no matches in jump-to dialog"). Ctrl-F is the view-help shortcut in the jump-to dialog.
-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 668a053..f35c32f 100644
--- a/README.rst
+++ b/README.rst
@@ -79,7 +79,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.14.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.14.1``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index 25f077d..da8eec3 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.14.0",
+ version="10.14.1",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use