From 300cfbcb6bc36e79cf20c02bf1da60ad47cc8e93 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Thu, 9 Dec 2021 10:39:11 +0000 Subject: [PATCH] bumped version --- CHANGES | 5 +++++ piccolo_api/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e715eec8..6e29d30b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ Changes ======= +0.29.2 +------ +Fixed a bug with the OpenAPI docs when using ``Array`` columns. Thanks to @gmos +for reporting this issue, and @sinisaos for fixing it. + 0.29.1 ------ The ``__visible_fields`` filter on PiccoloCRUD now works on the detail endpoint diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index 985b55a2..0045cdf7 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.29.1" +__VERSION__ = "0.29.2"