summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-02-27 09:24:29 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-02-27 09:24:29 +0100
commit7a1f632774c01adf4382c2d8d80859a92f78f33d (patch)
treee389bc051f51f9c8e587a5c3d04522f5b1e54b4e /setup.py
parentaea0232a56d9a9d2611b79ea9c67e0d9d49b183f (diff)
Make 3.2.0 releasev3.2.0
Adds a Kconfig extension contributed by RomaVis: aea0232 ("Implement 'rsource' statement ('source' with relative path)").
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 764095e..a20277a 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import setuptools
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
- version="3.1.0",
+ version="3.2.0",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),