summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-23 02:53:29 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-23 02:53:29 +0200
commitd35e1c7d939cd3ebe27a0aa2f5230293db3cec22 (patch)
treed9129a358f0f391eb164518e6e4bc763af71c3b4 /setup.py
parent58c65e020530ac1ffc0d3a5c327832ee0c5b0727 (diff)
Make 12.7.0 releasev12.7.0
Adds commit 58c65e0 ("Make REL_TO_STR public").
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 792d690..c559fa9 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.6.0",
+ version="12.7.0",
description="A flexible Python Kconfig implementation",
# Make sure that README.rst decodes on Python 3 in environments that use