From c64e58799dbcb0436ae579d4a7c6a0b0368b9e57 Mon Sep 17 00:00:00 2001 From: "pr-submit[bot]" Date: Wed, 23 Sep 2026 17:15:43 +0000 Subject: [PATCH] Release version 0.0.47 --- docs/release-notes.md | 2 ++ sqlmodel/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 3c9f881be8..4ee1dd77bd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.47 (2026-09-23) + ### Features * ✨ Add direct support for PostgreSQL, MySQL, and MariaDB, include in CI tests. PR [#2103](https://github.com/fastapi/sqlmodel/pull/2103) by [@tiangolo](https://github.com/tiangolo). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 4f68a60a5c..87f21f7b4f 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" # Re-export from Pydantic from pydantic import Discriminator as Discriminator