Skip to content

Commit 511fbb6

Browse files
authored
Merge PR #139: Release a bug-fix release 1.0.1
2 parents 2354e7d + 97bf52b commit 511fbb6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
-
66

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+
714
## [1.0.0] Foundations - 2020-05-02
815

916
This is the first official release of ReBench as a "feature-complete" product.

rebench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)