From 5634e7708df0596bd0eafde1623c59c7bf5e9743 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Mon, 15 Jul 2024 21:09:45 +0100 Subject: [PATCH] bumped version --- CHANGES.rst | 9 +++++++++ piccolo_api/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8a97b0e..8305fc1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changes ======= +1.4.1 +----- + +Fix for a breaking change in Pydantic 2.8.0. + +Upgraded setuptools. + +------------------------------------------------------------------------------- + 1.4.0 ----- diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index b2c6a8d..8c69db6 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.4.0" +__VERSION__ = "1.4.1"