summaryrefslogtreecommitdiff
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
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")
-rw-r--r--README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 11a85e9..10693c4 100644
--- a/README.rst
+++ b/README.rst
@@ -84,7 +84,7 @@ available in the Python 2 version of the standard ``curses`` module.
that your ``PATH`` includes the directory where the executables end up. You can
list the installed files with ``pip(3) show -f kconfiglib``.
-All releases have a corresponding tag in the git repository, e.g. ``v10.30.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.31.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
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