From bcd6b9cabd7ad8f152df850f2900d262cda444e6 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Thu, 19 Oct 2023 17:33:25 +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 754a5fee0..4c49f3ec9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changes ======= +1.0a3 +----- + +Namespaced all custom values we added to Pydantic's JSON schema for easier +maintenance. + +------------------------------------------------------------------------------- + 1.0a2 ----- diff --git a/piccolo/__init__.py b/piccolo/__init__.py index 5a061ee84..2a87c5b23 100644 --- a/piccolo/__init__.py +++ b/piccolo/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.0a2" +__VERSION__ = "1.0a3"