summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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").
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 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