From 97bf52b614f7530482630543961d7e4dc7e1454b Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Tue, 23 Jun 2020 11:01:48 +0100 Subject: [PATCH] Bump version for bug-fix release Signed-off-by: Stefan Marr --- CHANGELOG.md | 7 +++++++ rebench/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3485a7..5b4fea46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - +## [1.0.1] - 2020-06-23 + +This is a bug fix release. + + - adopt py-cpuinfo 6.0.0 and pin version to avoid issues with changing APIs (#138) + Thanks to @tobega for the fix! + ## [1.0.0] Foundations - 2020-05-02 This is the first official release of ReBench as a "feature-complete" product. diff --git a/rebench/__init__.py b/rebench/__init__.py index 5becc17c..5c4105cd 100644 --- a/rebench/__init__.py +++ b/rebench/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"