Skip to content

Commit add4b7f

Browse files
authored
Merge pull request #318 from data61/allow_new_clkhash
Allow new clkhash
2 parents 5b5feba + 4488839 commit add4b7f

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
0.13.0-dev
2-
==========
1+
new version
2+
===========
3+
4+
0.13.0
5+
======
36

47
- Adds support for Windows including accelerated extensions. Note performance on Windows is
58
roughly half that of Linux.
69
- Switch to using a fork of `bitarray` that distributes binary wheels.
710

8-
911
0.12.5
1012
======
1113

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bitarray-hardbyte==1.2.2
22
cffi==1.14.1
3-
clkhash==0.15.2
3+
clkhash==0.16.0a1
44
Cython==0.29.21
55
hypothesis==5.20.3
66
pytest==5.4.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
requirements = [
1919
"bitarray-hardbyte>=0.8.0",
2020
"cffi>=1.7",
21-
"clkhash~=0.15.0",
21+
"clkhash>=0.15.0",
2222
"numpy>=1.14",
2323
"mypy-extensions>=0.4",
2424
"Cython>=0.29.10"

0 commit comments

Comments
 (0)