diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1ec9..bb6032f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.5.2 (2023-10-18) + +### Fix + +* Avoid downloading model for tests ([`340d6f0`](https://github.com/centre-for-humanities-computing/conspiracies/commit/340d6f05ae6c8e202474557844e566fe1d9afa46)) + ## v0.5.1 (2023-10-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 63ef9fc..7bdcd4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "conspiracies" -version = "0.5.1" +version = "0.5.2" authors = [ {name = '"Kenneth Enevoldsen'}, {name = "Lasse Hansen"},