From ba94cbb718d1215e983cd92a11174691e5c5d77f Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 2 Jun 2023 15:06:39 +0100 Subject: [PATCH] build: version bumped to 2.8.2, CHANGELOG updated. --- CHANGELOG.md | 4 ++++ pyerrors/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac97253..4242799b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.8.2] - 2023-06-02 +### Fixed +- Another bug appearing in an edge case of `_compute_drho` fixed. + ## [2.8.1] - 2023-06-01 ### Fixed - `input.pandas` can now deal with columns that only have `None` entries. diff --git a/pyerrors/version.py b/pyerrors/version.py index b4066b65..239bf2b2 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.8.1" +__version__ = "2.8.2"