From 16539b4f223fa5ea0afef409e5bd3fd62b90cfde Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 24 Dec 2018 20:31:29 +0100 Subject: Make 10.35.0 release - Commit 3a3559f ("menuconfig: Prompt for save if a different .config would be saved") improves the behavior of menuconfig.py when Kconfig files are modified between sessions, fixing issue #63. Modifying Kconfig files in a way that would affect the written .config now always makes the menuconfig prompts for saving the configuration on exit. A new Kconfig.missing_syms attribute is added as well, which was needed to implement the improved behavior with public APIs. - Commit b64c961 ("Warn for '# CONFIG_FOO is not set' when FOO is referenced but undefined") fixes a small oversight re. the assignment-to-undefined-symbol warning. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4924f1a..0aa4c4e 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,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.34.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.35.0``. (the latest version). `Semantic versioning `_ is used. There's been diff --git a/setup.py b/setup.py index e641b0a..3eaf3e9 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.34.0", + version="10.35.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3