From 7a1f632774c01adf4382c2d8d80859a92f78f33d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 27 Feb 2018 09:24:29 +0100 Subject: Make 3.2.0 release Adds a Kconfig extension contributed by RomaVis: aea0232 ("Implement 'rsource' statement ('source' with relative path)"). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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(), -- cgit v1.2.3