summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-17 18:48:19 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-17 19:04:30 +0100
commit5c01ca5d8e9bbc1fd121d2f11bf3edadcee3e03a (patch)
tree66a5c268123bb7a7ec883f0d03f3fb4e4857477a
parentb65baa47f69ae4c3993876a7edf0da0075aa70ff (diff)
Make 10.22.0 releasev10.22.0
Adds commit b65baa4 ("Add support for KCONFIG_ALLCONFIG"), which allows particular symbol values to be forced during all{def,no,mod,yes}config.
-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 2984f49..2c8f53a 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.21.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.22.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index 358f4c1..190a907 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.21.0",
+ version="10.22.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use