summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-02-11 03:11:06 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-02-11 03:11:27 +0100
commit6469c0544035026d63866e280b6726006170a25e (patch)
tree66824a795b5fb8b0acee96dd70576784da150573
parent22d3cc30fd6bc38da2af2a446a8babe28e79701c (diff)
Make 10.37.0 releasev10.37.0
Adds a utility for setting configuration values from the command line, in commit 22d3cc3 ("setconfig: Add script").
-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 03282a5..78678ef 100644
--- a/README.rst
+++ b/README.rst
@@ -88,7 +88,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.36.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.37.0``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index ff090ec..b9da844 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.36.0",
+ version="10.37.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use