From ce43e322b57c9c62999d8941f677e5ba2f455047 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 16 Feb 2018 10:15:50 +0100 Subject: Make 3.1.0 release Only includes 2a88c0c ("Include direct deps. in Symbol/Choice.__str__()"). --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4096f38..4d934d6 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. ``v3.0.0`` +All releases have a corresponding tag in the git repository, e.g. ``v3.1.0`` (the latest version). `Semantic versioning `_ is used. There's been a diff --git a/setup.py b/setup.py index c21f2a4..764095e 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="3.0.0", + version="3.1.0", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), -- cgit v1.2.3