From f3e17a610a61c2cbedf57cf154a339f85ba8d84e Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Wed, 10 Apr 2024 21:28:16 +0100 Subject: [PATCH] bumped version --- CHANGES.rst | 7 +++++++ piccolo_api/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 506bb05..8a97b0e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +1.4.0 +----- + +Added ``excluded_paths`` argument to ``SessionsAuthBackend``. + +------------------------------------------------------------------------------- + 1.3.1 ----- diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index 579e98f..b2c6a8d 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.3.1" +__VERSION__ = "1.4.0"