Skip to content

Commit

Permalink
1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Nov 29, 2018
1 parent dfd1f78 commit ebc9b01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 1.9.4
- Cleaned up block learning

# 1.9.3
- Improved performance of connected components algorithm with very large components
- Fixed pickling unpickling bug of Index predicate classes
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -56,10 +56,10 @@
# built documents.
#
# The short X.Y version.
version = '1.9.3'
version = '1.9.4'

# The full version, including alpha/beta/rc tags.
release = '1.9.3'
release = '1.9.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
setup(
name='dedupe',
url='https://github.com/dedupeio/dedupe',
version='1.9.3',
version='1.9.4',
author='Forest Gregg',
author_email='fgregg@datamade.us',
description='A python library for accurate and scaleable data deduplication and entity-resolution',
Expand Down

0 comments on commit ebc9b01

Please sign in to comment.