summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-25 15:45:26 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-25 15:47:52 +0200
commitee33cea0dc3230e292809c72fa9e79545bb006cd (patch)
treeb8e7e479fbbb592c3cf73e917dd3d396e9396661 /setup.py
parent74032037775ece0b2086e4231a93c9825f246553 (diff)
Make 12.10.0 releasev12.10.0
Adds commit 7403203 ("Make choice.set_value() no-change check work for "n"/"m"/"y" strings").
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 e578250..c42baa3 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ import setuptools
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
- version="12.9.0",
+ version="12.10.0",
description="A flexible Python Kconfig implementation",
# Make sure that README.rst decodes on Python 3 in environments that use