We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2354e7d + 97bf52b commit 511fbb6Copy full SHA for 511fbb6
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
-
6
7
+## [1.0.1] - 2020-06-23
8
+
9
+This is a bug fix release.
10
11
+ - adopt py-cpuinfo 6.0.0 and pin version to avoid issues with changing APIs (#138)
12
+ Thanks to @tobega for the fix!
13
14
## [1.0.0] Foundations - 2020-05-02
15
16
This is the first official release of ReBench as a "feature-complete" product.
rebench/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments