From e6dba01b96fa0ee77fcc7464428527623bbbf58c Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Wed, 13 Mar 2024 01:04:20 +0000 Subject: [PATCH] bumped version --- CHANGES.rst | 7 +++++++ piccolo/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c21a9fd4a..c05e8337a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +1.4.2 +----- + +Improved how ``ModelBuilder`` handles recursive foreign keys. + +------------------------------------------------------------------------------- + 1.4.1 ----- diff --git a/piccolo/__init__.py b/piccolo/__init__.py index 8c69db6f3..30b4f62e7 100644 --- a/piccolo/__init__.py +++ b/piccolo/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.4.1" +__VERSION__ = "1.4.2"