From 0100bb05fba211ceea21b83697b7bcfd5e2e0bd7 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 27 Sep 2017 17:14:54 +0200 Subject: Make 1.0.3 release Fixes two minor issues that didn't trigger for the kernel defconfigs but were found by inspecting the Kconfig C sources: - 5f3d307 (Fix 'default' on non-visible choice symbols) - f76a524 (Hide non-tristate symbols in non-y tristate choices) Also includes some minor optimizations and a lot of code cleanups, including prefixing all internal identifiers with _. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 74e8dec..c60dc7d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open(os.path.join(here_dir, "README.rst")) as f: setuptools.setup( name="kconfiglib", # MAJOR.MINOR.MAINTENANCE per http://semver.org - version="1.0.2", + version="1.0.3", description="A flexible Python Kconfig parser", long_description=long_description, url="https://github.com/ulfalizer/Kconfiglib", -- cgit v1.2.3