From 667b8c3ec026cee917dc9451ec9a568e922613e9 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Sat, 7 Jan 2023 16:01:56 +0000 Subject: [PATCH] bumped version (#747) --- CHANGES.rst | 8 ++++++++ piccolo/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 50a24defd..aa6e7ee3e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changes ======= +0.105.0 +------- + +Improved the performance of select queries with complex joins. Many thanks to +@powellnorma and @sinisaos for their help with this. + +------------------------------------------------------------------------------- + 0.104.0 ------- diff --git a/piccolo/__init__.py b/piccolo/__init__.py index 43d367ac6..8367cc383 100644 --- a/piccolo/__init__.py +++ b/piccolo/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.104.0" +__VERSION__ = "0.105.0"