From e52afd688f1caa22ee722b971a2846083e4fbc2f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 13 Jul 2018 19:00:28 +0200 Subject: Make 8.1.1 release This release adds commit ac692af ("Fix absolute $srctree prefixes showing up on gsource'd files"), which fixes a bug that could cause $srctree to be included in some paths for e.g. generated documentation. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 837cc64..8f7e13f 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,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. ``v8.1.0`` +All releases have a corresponding tag in the git repository, e.g. ``v8.1.1`` (the latest version). `Semantic versioning `_ is used. There's been diff --git a/setup.py b/setup.py index 6230962..deafb95 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="8.1.0", + version="8.1.1", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), -- cgit v1.2.3