summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-12-08 03:00:30 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-12-08 03:30:05 +0100
commit1d69899bf788f939e3c7033c5246643d12584b79 (patch)
treec471831eece0c3fc1e160375b00782573da9d8b5 /setup.py
parent7b4f72fa7a19b7c38312a6f6fd553ca45f04e9a6 (diff)
Make 10.31.0 releasev10.31.0
Adds two improvements related to configuration files: - Commit 166be7d ("Save existing configuration to .<filename>.old in write_config()") - Commit 7b4f72f ("Make {load,write}_config(filename=None) implement the standard behavior")
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 6ef54ac..dd7f0f1 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import setuptools
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
- version="10.30.0",
+ version="10.31.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use