From 56e3f446c839a09cd75238b595ed8cd47242c39b Mon Sep 17 00:00:00 2001 From: henadzit Date: Wed, 22 Jan 2025 23:00:35 +0100 Subject: [PATCH] Release 0.24.0 --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4226e6ac9..bb39b5437 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Changelog 0.24 ==== -0.24.0 (unreleased) +0.24.0 ------ Fixed ^^^^^ diff --git a/pyproject.toml b/pyproject.toml index 69de8c4e0..f9640f8f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tortoise-orm" -version = "0.23.0" +version = "0.24.0" description = "Easy async ORM for python, built with relations in mind" authors = ["Andrey Bondar ", "Nickolas Grigoriadis ", "long2ice "] license = "Apache-2.0"