From 1d031d0eabfb7978feb318fd1500556250d57c04 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 19 Oct 2025 12:29:45 +0200 Subject: [PATCH] [chore] Bump version and update changelog --- CHANGELOG.md | 5 +++++ pyerrors/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6950c0..42dd7bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [2.15.1] - 2025-10-19 + +### Fixed +- Fixed handling of padding in Correlator prune method. + ## [2.15.0] - 2025-10-10 ### Added diff --git a/pyerrors/version.py b/pyerrors/version.py index e017dc17..b1b26975 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.16.0-dev" +__version__ = "2.15.1"