diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-27 17:14:54 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-27 17:21:16 +0200 |
| commit | 0100bb05fba211ceea21b83697b7bcfd5e2e0bd7 (patch) | |
| tree | f766459b3c5c85e1f4644e18147c11da133a2cc2 /setup.py | |
| parent | dd133fe034274ea6bdd2c738241191087a92a3c7 (diff) | |
Make 1.0.3 releasev1.0.3
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 _.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
