From 2d50563d2b0674d5fd3cbf8108d38a48555fb0a1 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 1 May 2018 02:16:02 +0200 Subject: Make 4.3.0 release 4.2.1 should have been 4.3.0. That was not a bugfix release. Braino. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dbf65d2..9682c79 100644 --- a/README.rst +++ b/README.rst @@ -199,7 +199,7 @@ installed with e.g. $ pip(3) install kconfiglib --user -All releases have a corresponding tag in the git repository, e.g. ``v4.2.1`` +All releases have a corresponding tag in the git repository, e.g. ``v4.3.0`` (the latest version). `Semantic versioning `_ is used. There's been diff --git a/setup.py b/setup.py index a7c2b17..f0f3abe 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="4.2.1", + version="4.3.0", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), -- cgit v1.2.3