From afcf6785aec12b2671b8b9e7b70b2954361905b0 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 21 Oct 2018 17:31:25 +0200 Subject: Make 10.15.0 release - Commit 9a4127a ("Allow programmatically expanding preprocessor functions with args") adds a Variable.expanded_value_w_args() function for calling preprocessor functions programmatically. Not being able to pass arguments to Variable.expanded_value was an oversight. - Commit 516deb4 ("menuconfig: Show the selected symbol for promptless choices") makes menuconfig show the selected symbol next to promptless choices in show-all mode. This is relevant for named choices defined in multiple locations. Some minor parsing optimizations are included as well. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9c10b60..507b60d 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,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.14.3``. +All releases have a corresponding tag in the git repository, e.g. ``v10.15.0``. (the latest version). `Semantic versioning `_ is used. There's been diff --git a/setup.py b/setup.py index 0dffb5c..d64523a 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.14.3", + version="10.15.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3