From aa08d318f47072fef06686c660d0cebb93dbf159 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Mon, 9 Sep 2024 12:57:12 +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 267451f..6428f25 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +1.5.2 +----- + +Fix an import from `pynacl` - it's an optional dependency. + +------------------------------------------------------------------------------- + 1.5.1 ----- diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index f14dd8f..2c74cfe 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.5.1" +__VERSION__ = "1.5.2"