From fd09ecb1e118b610de7980f951775b400e4a6bcc Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 1 May 2018 08:20:03 +0200 Subject: Make 5.0.0 release New features: - ed3ceaa ("Make warnings available in a list") API changes: - 8983f7e ("Make disable_warnings() disable all warnings") This is a minor API behavior change, so the major version is bumped. It's unlikely to break anything people were depending on. --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index cf42177..abd3fbf 100644 --- a/README.rst +++ b/README.rst @@ -199,14 +199,15 @@ installed with e.g. $ pip(3) install kconfiglib --user -All releases have a corresponding tag in the git repository, e.g. ``v4.3.0`` +All releases have a corresponding tag in the git repository, e.g. ``v5.0.0`` (the latest version). `Semantic versioning `_ is used. There's been -two small changes (`1 `_, -`2 `_) +three small changes (`1 `_, +`2 `_, +`3 `_) to the behavior of the API (which I don't think will affect anyone), which is -why the major version is at 4 rather than 2. +why the major version is at 5 rather than 2. Installation for the Linux kernel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3