We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a276815 commit 214721bCopy full SHA for 214721b
2 files changed
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
new version
2
===========
3
4
+0.14.1
5
+======
6
+
7
+- fixed broken source distribution #388
8
9
0.14.0
10
======
11
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name="anonlink",
71
- version='0.14.0',
+ version='0.14.1',
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