From ba6b71c099773cfffaa7ee2523ce7134654b76e5 Mon Sep 17 00:00:00 2001 From: bauerji Date: Mon, 8 Jan 2024 17:12:11 +0100 Subject: [PATCH] Bump version to 0.12.0 --- HISTORY.md | 4 ++-- flask_pydantic/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 930ebdd..4af55f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ # Release history -## next release +## 0.12.0 (2024-01-08) ### Features -- Support Pydantic 2. Drop support for Pydantic 1. +- Support Pydantic 2. Drop support for Pydantic 1. (thanks to @jkseppan) ## 0.11.0 (2022-09-25) ### Features diff --git a/flask_pydantic/version.py b/flask_pydantic/version.py index ae6db5f..ea370a8 100644 --- a/flask_pydantic/version.py +++ b/flask_pydantic/version.py @@ -1 +1 @@ -__version__ = "0.11.0" +__version__ = "0.12.0"