Skip to content

Commit

Permalink
Merge pull request #2418 from moj-analytical-services/4_0_2_relese
Browse files Browse the repository at this point in the history
4.0.2 release
  • Loading branch information
RobinL authored Sep 22, 2024
2 parents 6170541 + b36d24f commit 8b44ab5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased


## [4.0.2] - 2024-09-19

### Added

- Match weight and m and u probabilities charts now have improved tooltips ([#2392](https://github.com/moj-analytical-services/splink/pull/2392))
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 = "4.0.1"
version = "4.0.2"
description = "Fast probabilistic data linkage at scale"
authors = ["Robin Linacre <[email protected]>", "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
Expand Up @@ -39,7 +39,7 @@ def __getattr__(name):
raise AttributeError(f"module 'splink' has no attribute '{name}'") from None


__version__ = "4.0.1"
__version__ = "4.0.2"


__all__ = [
Expand Down

0 comments on commit 8b44ab5

Please sign in to comment.