summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-03 08:08:03 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-03 08:08:03 +0200
commit5c4c9baca95829a0dbb8e04d7bc46b3e44f3602e (patch)
tree9b2b17758144207479dc55edb5883faa3aea58be
parent4602028ba2450903b63f043377cc63ac5e5e36de (diff)
Make 10.11.0 releasev10.11.0
Adds commit 4602028 ("genconfig: Allow writing a full .config without incremental build info"), which adds a flag to genconfig that might be handy in projects that include .config files in Makefiles but that don't use incremental build information.
-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 44763be..2ce3b80 100644
--- a/README.rst
+++ b/README.rst
@@ -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.10.2``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.11.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index 627e172..0d15a4c 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.10.2",
+ version="10.11.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use