From 6723091d5c42a0e055d1ee447eac4ac1b60e69d7 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Fri, 22 Jul 2022 12:51:01 +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 6b2f8a7c..d82b682c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changes ======= +0.40.0 +------ + +Make Piccolo API work with Piccolo >= 0.82.0. ``Table`` used to accept a +parameter called ``ignore_missing``. This was renamed to ``_ignore_missing``. +Thanks to @sinisaos for this fix. + +------------------------------------------------------------------------------- + 0.39.0 ------ diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index eb6142e4..0015ceee 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.39.0" +__VERSION__ = "0.40.0"