From 4b31adf8efbb5341c369b32022401df65f419362 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 7 Feb 2018 03:58:50 +0100 Subject: Make 2.7.0 release Just adds f66cd71 ("Allow "n"/"m"/"y" as aliases for 0/1/2 in set_value()"). --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b582b35..b09ba89 100644 --- a/README.rst +++ b/README.rst @@ -168,7 +168,7 @@ installed with e.g. $ pip(3) install kconfiglib --user -All releases have a corresponding tag in the git repository, e.g. ``v2.6.0``. +All releases have a corresponding tag in the git repository, e.g. ``v2.7.0``. `Semantic versioning `_ is used. Installation for the Linux kernel @@ -189,7 +189,7 @@ Examples Example scripts ~~~~~~~~~~~~~~~ -The `examples/ `_ directory contains some simple example scripts. Among these are the following ones: +The `examples/ `_ directory contains some simple example scripts. Among these are the following ones. Make sure you run them with the latest version of Kconfiglib, as they might make use of newly added features. - `allnoconfig.py `_, `allnoconfig_simpler.py `_, and `allyesconfig.py `_ implement ``make allnoconfig`` and ``make allyesconfig`` in various ways. Demonstrates menu tree walking and value setting. diff --git a/setup.py b/setup.py index 47adc2b..39c0bda 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="2.6.0", + version="2.7.0", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), -- cgit v1.2.3