summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-07-11 14:19:49 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-07-11 14:55:25 +0200
commit47ab37c4e7c5c917bb57c0a6bdfbca72d2f2941d (patch)
tree218b9edc32afb682b80869602a005726f099a453 /setup.py
parent71872a88641f713dfa986906e860c320a74fd84a (diff)
Make 8.1.0 releasev8.1.0
This release improves performance for projects that make heavy use of multiple definition locations for symbols, via commit 747e455 ("Massively speed up U-Boot parsing"). Two new warnings are included as well: - 652d991 ("Warn if int/hex/string symbols are evaluated logically") - 21b5351 ("Warn if int/hex 'default' is outside active 'range'")
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 fd48923..6230962 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="8.0.0",
+ version="8.1.0",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),