summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-12-15 14:08:16 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-12-15 14:08:16 +0100
commitdc7fd40647f6b824d032a07d174402ad315214e2 (patch)
treea7b92c27c49086350e7693c0b50a054c21d2fdf6 /setup.py
parenta88302bcfbf73f9b8b50bea593beb82534bfcc63 (diff)
Make 10.33.0 releasev10.33.0
Adds an error reporting improvement and an example code fix: - Commit 0266924 ("Improve error for missing endchoice/endif/endmenu") - Commit a88302b ("Fix user-defined preprocessor function example code") Some minor performance improvements are included as well.
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 6139e36..334534f 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.32.2",
+ version="10.33.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use