summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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