From fc5cef36bdaa24fbe46812a387b47a49333fbbae Mon Sep 17 00:00:00 2001 From: Kazu Version Bump Date: Mon, 29 Jan 2024 11:40:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.0=20=E2=86=92=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ docs/_changelog.d/+scipy.bugfix.rst | 1 - kazu/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 docs/_changelog.d/+scipy.bugfix.rst 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"