From 74bb0560b642bf9855aa1ae8d648dfcddf58c3d1 Mon Sep 17 00:00:00 2001 From: He Date: Mon, 23 Dec 2024 23:41:46 +0100 Subject: [PATCH] Release 0.23.0 (#1821) --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52dc74ff4..616a7f91e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Changelog 0.23 ==== -0.23.0 (unreleased) +0.23.0 ------ Added ^^^^^ diff --git a/pyproject.toml b/pyproject.toml index b34e4820e..5181fae4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tortoise-orm" -version = "0.22.2" +version = "0.23.0" description = "Easy async ORM for python, built with relations in mind" authors = ["Andrey Bondar ", "Nickolas Grigoriadis ", "long2ice "] license = "Apache-2.0"