From c07c2f942873bd90d333347cb679850a85680aa6 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Tue, 31 Dec 2024 15:21:41 +0100 Subject: [PATCH] Amends CHANGES.rst and bumos to version to 1.3.7 --- CHANGES.rst | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5459899e..d2a6aedf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,34 @@ Cerberus Changelog ================== +Version 1.3.7 +------------- + +Released on December 31, 2024. + +Fixed +~~~~~ + +- Amends missing changelog + + +Version 1.3.6 +------------- + +Released on December 23, 2024. + +New +~~~ + +- Support for Python 3.12 & 3.13 + +Fixed +~~~~~ + +- Escaping in docstrings (`#608`_) + +.. _`#608`: https://github.com/pyeve/cerberus/issues/608 + Version 1.3.5 ------------- diff --git a/pyproject.toml b/pyproject.toml index 53984afe..6e9d5ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Cerberus" -version = "1.3.6" +version = "1.3.7" description = """\ Lightweight, extensible schema and data validation tool for Python\ dictionaries.\