From ef4dc58f01797386d424b599b3b4d3f702603f69 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Thu, 4 Feb 2021 11:52:56 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8c9ab02a..aaa5dd8951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2020-02-04 + +### Fixed + +- Bug whereby Splink lowercased case expressions, see [here](https://github.com/moj-analytical-services/splink/issues/174) ## [1.0.2] - 2020-02-02 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 9848985bc2..5b8bd541ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "1.0.2" +version = "1.0.3" description = "Implementation in Apache Spark of the EM algorithm to estimate parameters of Fellegi-Sunter's canonical model of record linkage." authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis"] license = "MIT"