Skip to content

Commit cdca890

Browse files
authored
bump version and changelog (#547)
1 parent bc9a623 commit cdca890

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.15.2
2+
======
3+
4+
- Added support for Apple Silicon (aarch64). #544
5+
- Also test Python 3.11 #545
6+
- remove testing of Python 3.6, 3.7 #545
7+
18
0.15.1
29
======
310

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name="anonlink",
71-
version='0.15.1',
71+
version='0.15.2',
7272
description='Anonymous linkage using cryptographic hashes and bloom filters',
7373
long_description=readme,
7474
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)