From 33893d0c126ea3d1e525111ebe9f5fffe1f1a0cf Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Fri, 9 Aug 2024 15:29:51 +0200 Subject: [PATCH] Bump 1.18.3 - Fix support of `GenericForeignKey` fields in combination with `_fill_optional` --- CHANGELOG.md | 6 +++++- model_bakery/__about__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929b313a..fe99960f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added ### Changed -- Fix support of GenericForeignKey fields in combination with `_fill_optional` ### Removed +## [1.18.3](https://pypi.org/project/model-bakery/1.18.3/) + +### Changed +- Fix support of `GenericForeignKey` fields in combination with `_fill_optional` + ## [1.18.2](https://pypi.org/project/model-bakery/1.18.2/) ### Changed diff --git a/model_bakery/__about__.py b/model_bakery/__about__.py index 4bd6f7be..14e8848a 100644 --- a/model_bakery/__about__.py +++ b/model_bakery/__about__.py @@ -1 +1 @@ -__version__ = "1.18.2" +__version__ = "1.18.3"