From 3818ad85e684a022b986249ade0513f1fa5cfd82 Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Thu, 10 Oct 2024 10:08:17 +0200 Subject: [PATCH] Bump 1.20.0 --- CHANGELOG.md | 8 ++++++-- model_bakery/__about__.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b183cdb..287d14ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main) ### Added -- Support to Field `db_default` value -- Support to python 3.13 ### Changed ### Removed +## [1.20.0](https://pypi.org/project/model-bakery/1.20.0/) + +### Added +- Support to Field `db_default` value +- Support to Python 3.13 + ## [1.19.5](https://pypi.org/project/model-bakery/1.19.5/) ### Changed diff --git a/model_bakery/__about__.py b/model_bakery/__about__.py index a0d493d9..0dcddbc8 100644 --- a/model_bakery/__about__.py +++ b/model_bakery/__about__.py @@ -1 +1 @@ -__version__ = "1.19.5" +__version__ = "1.20.0"