Skip to content

Commit 8d0263a

Browse files
authored
Update version to 0.15.0 (#523)
1 parent d660e47 commit 8d0263a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
new version
22
===========
33

4+
0.15.0
5+
======
6+
47
- Process chunk now utilizes the ``find_candidate_pairs`` function and can optionally pass on a blocking function. #462
58
- Added support for Python 3.10 and updated various test dependencies. #517
69
- Switch from Travis-CI to Github Actions #467

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name="anonlink",
71-
version='0.14.2',
71+
version='0.15.0',
7272
description='Anonymous linkage using cryptographic hashes and bloom filters',
7373
long_description=readme,
7474
long_description_content_type='text/x-rst',
@@ -87,7 +87,7 @@
8787
ext_modules=maybe_cythonize(extensions),
8888
ext_package="anonlink",
8989
classifiers=[
90-
"Development Status :: 3 - Alpha",
90+
"Development Status :: 5 - Production/Stable",
9191
"Intended Audience :: Developers",
9292
"License :: OSI Approved :: Apache Software License",
9393
"Natural Language :: English",

0 commit comments

Comments
 (0)