From 59610df2967c4be82b3ae5cc1f20ea5f0ae150b5 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Mon, 11 Sep 2023 20:43:43 +0100 Subject: [PATCH] bumped version --- CHANGES.rst | 8 ++++++++ piccolo/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index b04d5b14f..f5fac3237 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changes ======= +0.121.0 +------- + +Modified the ``BaseLogin.login`` logic so all code paths take the same time. +Thanks to @Skelmis for this. + +------------------------------------------------------------------------------- + 0.120.0 ------- diff --git a/piccolo/__init__.py b/piccolo/__init__.py index 60e3a49c4..34410433e 100644 --- a/piccolo/__init__.py +++ b/piccolo/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.120.0" +__VERSION__ = "0.121.0"