Skip to content

Commit

Permalink
Merge pull request #1911 from moj-analytical-services/3_9_12_rel
Browse files Browse the repository at this point in the history
3.9.12 Release
  • Loading branch information
RobinL committed Jan 31, 2024
2 parents 033b041 + cfd8295 commit d3cd2cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [3.9.12] - 2024-01-30

### Fixed

- Support `sqlalchemy >= 2.0.0` ([#1908](https://github.com/moj-analytical-services/splink/pull/1908))
Expand Down Expand Up @@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Corrected path for Spark `.jar` file containing UDFs to work correctly for Spark < 3.0 ([#1622](https://github.com/moj-analytical-services/splink/pull/1622))
- Spark UDF `damerau_levensthein` is now only registered for Spark >= 3.0, as it is not compatible with earlier versions ([#1622](https://github.com/moj-analytical-services/splink/pull/1622))

[unreleased]: https://github.com/moj-analytical-services/splink/compare/3.9.11...HEAD
[unreleased]: https://github.com/moj-analytical-services/splink/compare/3.9.12...HEAD
[3.9.12]: https://github.com/moj-analytical-services/splink/compare/3.9.11...3.9.12
[3.9.11]: https://github.com/moj-analytical-services/splink/compare/3.9.10...3.9.11
[3.9.10]: https://github.com/moj-analytical-services/splink/compare/v3.9.9...3.9.10
[3.9.9]: https://github.com/moj-analytical-services/splink/compare/v3.9.8...3.9.9
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splink"
version = "3.9.11"
version = "3.9.12"
description = "Fast probabilistic data linkage at scale"
authors = ["Robin Linacre <robinlinacre@hotmail.com>", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion splink/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9.11"
__version__ = "3.9.12"

0 comments on commit d3cd2cd

Please sign in to comment.