summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <foo@bar.com>2018-11-01 03:53:34 +0100
committerUlf Magnusson <foo@bar.com>2018-11-01 03:59:18 +0100
commitb0e4a4fda7d623284ac1949d6797b9f0a1995d88 (patch)
tree8bf1d85361f0a1bb700144159c9eba74887f8760
parent8be38f27788239739619db86b6e5270ef7905511 (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.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index af71723..5b3dbca 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/setup.py b/setup.py
index d3fdca6..2eb6539 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.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