summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-04-10 19:58:01 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-04-10 19:58:01 +0200
commit75e997ab2f983523e396a49fe8c5b87395ded384 (patch)
tree9ff56dce61e6704425364ef1ffa78c370ffc73f9
parentd72d509bbfe4ff0c976a78fe8c8065430480d3c5 (diff)
Make 10.45.2 releasev10.45.2
Adds a fix to avoid automatically turning on show-all in obscure cases when loading a .config file from within the menuconfig interface: commit 50173b2 ("menuconfig: Avoid needlessly turning on show-all in rare cases").
-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 33a4812..ae0dee1 100644
--- a/README.rst
+++ b/README.rst
@@ -91,7 +91,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.45.1``
+All releases have a corresponding tag in the git repository, e.g. ``v10.45.2``
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index 22c12dd..0787a11 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ import setuptools
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
- version="10.45.1",
+ version="10.45.2",
description="A flexible Python Kconfig implementation",
# Make sure that README.rst decodes on Python 3 in environments that use