diff --git a/CHANGES b/CHANGES index 42102666..65863de7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ Changes ======= +0.26.0 +------ +``create_pydantic_model`` is now imported from the main Piccolo repo. + 0.25.1 ------ * Added examples to CSRF docs (courtesy @sinisaos). diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index c06746c9..ee0c81ca 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.25.1" +__VERSION__ = "0.26.0"