diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-17 18:48:19 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-17 19:04:30 +0100 |
| commit | 5c01ca5d8e9bbc1fd121d2f11bf3edadcee3e03a (patch) | |
| tree | 66a5c268123bb7a7ec883f0d03f3fb4e4857477a | |
| parent | b65baa47f69ae4c3993876a7edf0da0075aa70ff (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.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.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 @@ -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 |
