diff --git a/CHANGELOG.md b/CHANGELOG.md index da00a95b..79c17803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.5.1 - 2024-01-29 + + +### Bugfixes + +- Pinned scipy to <1.12.0 due to breaking API change. + + ## 1.5.0 - 2024-01-19 diff --git a/docs/_changelog.d/+scipy.bugfix.rst b/docs/_changelog.d/+scipy.bugfix.rst deleted file mode 100644 index 943c07a3..00000000 --- a/docs/_changelog.d/+scipy.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Pinned scipy to <1.12.0 due to breaking API change. diff --git a/kazu/__init__.py b/kazu/__init__.py index 5b601886..0f228f25 100644 --- a/kazu/__init__.py +++ b/kazu/__init__.py @@ -1 +1 @@ -__version__ = "1.5.0" +__version__ = "1.5.1"