diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-14 01:53:38 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-14 01:56:48 +0200 |
| commit | a204df5ea6f7cb925f8b2f4035a1adfa68d41b82 (patch) | |
| tree | 61753d0c0ef581e77044130cd5fe3bfb1101377a /setup.py | |
| parent | 63bbecbbc396cea554f18610864629e9267c5631 (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
