diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-03 08:08:03 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-03 08:08:03 +0200 |
| commit | 5c4c9baca95829a0dbb8e04d7bc46b3e44f3602e (patch) | |
| tree | 9b2b17758144207479dc55edb5883faa3aea58be | |
| parent | 4602028ba2450903b63f043377cc63ac5e5e36de (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.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |
