summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-09-26 11:51:18 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-09-26 11:52:59 +0200
commitf877b16b3432a2f68a7079877370cce3fe47918f (patch)
tree76f485902b8849f0660182c4abc9e329316de563 /setup.py
parent720ce88a839cc9966d4b5dfbcdbe868c33cb5965 (diff)
Make 12.14.1 releasev12.14.1
Fixes a preprocessor issue, in commit 720ce88 ("Fix handling of parentheses in macro argument values").
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 839bbb8..7e9ede4 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.14.0",
+ version="12.14.1",
description="A flexible Python Kconfig implementation",
# Make sure that README.rst decodes on Python 3 in environments that use