From 57ac9d6762d5aea50761dbb8e5511070f07cb695 Mon Sep 17 00:00:00 2001 From: abondar Date: Wed, 3 Jul 2024 13:21:42 +0300 Subject: [PATCH] Bump version to 0.21.4 --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 212001516..17d18a633 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Changelog 0.21 ==== -0.21.4 (unreleased) +0.21.4 <../0.21.4>`_ - 2024-07-03 ------ Added ^^^^^ diff --git a/pyproject.toml b/pyproject.toml index b5902c204..3e37aa670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tortoise-orm" -version = "0.21.3" +version = "0.21.4" description = "Easy async ORM for python, built with relations in mind" authors = ["Andrey Bondar ", "Nickolas Grigoriadis ", "long2ice "] license = "Apache-2.0"