summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-01 08:20:03 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-01 08:25:14 +0200
commitfd09ecb1e118b610de7980f951775b400e4a6bcc (patch)
treed935744c1badb55498cc1f493e41557c1e0f8e7e /setup.py
parented3ceaa05626fb62f50508843fdbf738bf6c2c64 (diff)
Make 5.0.0 releasev5.0.0
New features: - ed3ceaa ("Make warnings available in a list") API changes: - 8983f7e ("Make disable_warnings() disable all warnings") This is a minor API behavior change, so the major version is bumped. It's unlikely to break anything people were depending on.
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 f0f3abe..4e0676d 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="4.3.0",
+ version="5.0.0",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),