From c4284da641b1f494bb14d62bc59712f5089c2410 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Wed, 22 Jan 2025 22:18:51 -0500 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 500aeea2b..5757e3d6a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog --------- -3.26.0 (unreleased) +3.26.0 (2025-01-22) ******************* Features: diff --git a/pyproject.toml b/pyproject.toml index 53bd6a8ea..fedbabfe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "marshmallow" -version = "3.25.1" +version = "3.26.0" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." readme = "README.rst" license = { file = "LICENSE" }