summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-06 04:17:00 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-06 04:17:00 +0100
commita14fd133ed54c236289b0e11607805161f0e8415 (patch)
tree2742c41dbb2be6e1ec3ec9381482c6199daa9041
parentfaa4476260b60a0e3bec1c253213e50e6d4ce96e (diff)
Make 10.39.0 releasev10.39.0
- Commit 132e579 ("Give more helpful error messages when files are missing") makes the hint in error messages for missing files more helpful. - Commit faa4476 ("setconfig: Fix help text format") fixes the format of 'setconfig --help'. - Commit 553cca8 ("Use a consistent style in small utilities") and commit 66557ed ("Use a consistent style in examples") cleans the utilities and examples up a bit and removes some unused imports.
-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 1ca239d..d1ed34a 100644
--- a/README.rst
+++ b/README.rst
@@ -88,7 +88,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.38.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.39.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index 65abc6f..1feca64 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.38.0",
+ version="10.39.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use