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 | |
| 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.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |
