diff options
| author | Ulf Magnusson <foo@bar.com> | 2018-11-01 03:53:34 +0100 |
|---|---|---|
| committer | Ulf Magnusson <foo@bar.com> | 2018-11-01 03:59:18 +0100 |
| commit | b0e4a4fda7d623284ac1949d6797b9f0a1995d88 (patch) | |
| tree | 8bf1d85361f0a1bb700144159c9eba74887f8760 | |
| parent | 8be38f27788239739619db86b6e5270ef7905511 (diff) | |
Make 10.19.0 releasev10.19.0
Adds commit 8be38f2 ("Don't show backtraces for expected exceptions in
tools"), which hides backtraces for expected errors from tools (like
Kconfig syntax errors and missing files).
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -80,7 +80,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.18.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.19.0``. (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.18.0", + version="10.19.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
