summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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