summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-09-27 17:14:54 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2017-09-27 17:21:16 +0200
commit0100bb05fba211ceea21b83697b7bcfd5e2e0bd7 (patch)
treef766459b3c5c85e1f4644e18147c11da133a2cc2 /setup.py
parentdd133fe034274ea6bdd2c738241191087a92a3c7 (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.py2
1 files changed, 1 insertions, 1 deletions
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",