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 /setup.py | |
| 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.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
