summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-04 10:58:52 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-04 11:00:13 +0200
commit7627bdfac95a4289570f3011840739be20544395 (patch)
tree53c06e899d1f1da31b2ffae72fa93b30417d18a3 /setup.py
parent22f277826fe21df548c45569f9c3a1d45b5a55fa (diff)
Make 12.1.0 releasev12.1.0
Adds commit 22f2778 ("Mention that the load_config() message is different for replace=False")
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 4a6e5d6..41e306e 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.0.0",
+ version="12.1.0",
description="A flexible Python Kconfig implementation",
# Make sure that README.rst decodes on Python 3 in environments that use