From fccaf048ba044dffe9147725d0eaf9702d61c71a Mon Sep 17 00:00:00 2001 From: Dan Saattrup Nielsen Date: Mon, 30 Oct 2023 13:27:42 +0100 Subject: [PATCH] feat: v4.5.2 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3449722..f80b1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v4.5.2] - 2023-10-30 ### Changed - Now also allows `pandas` 2.x.x versions. diff --git a/pyproject.toml b/pyproject.toml index fffefc8..277c06e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "doubt" -version = "4.5.1" +version = "4.5.2" description = "Bringing back uncertainty to machine learning." authors = ["Dan Saattrup Nielsen "] readme = "README.md"