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.
1 parent 2a886b3 commit 16dad58Copy full SHA for 16dad58
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
new version
2
===========
3
4
+0.14.2
5
+======
6
+
7
+- fix anonlink build on Alpine linux. #411
8
9
0.14.1
10
======
11
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name="anonlink",
71
- version='0.14.1',
+ version='0.14.2',
72
description='Anonymous linkage using cryptographic hashes and bloom filters',
73
long_description=readme,
74
long_description_content_type='text/x-rst',
0 commit comments