From 86414c174facd099deaa6c57b2153df58b8659bc Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Sun, 26 Jun 2022 18:57:39 +0200 Subject: [PATCH] Bump version 1.6.0 https://github.com/model-bakers/model_bakery/releases --- CHANGELOG.md | 6 ++++++ docs/source/conf.py | 2 +- model_bakery/__about__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c28da9a..ac01817f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main) +### Added +### Changed +### Removed + +## [1.6.0](https://pypi.org/project/model-bakery/1.6.0/) + ### Added - Python 3.11 support [PR #327](https://github.com/model-bakers/model_bakery/pull/327) - Django 4.1 support [PR #327](https://github.com/model-bakers/model_bakery/pull/327) diff --git a/docs/source/conf.py b/docs/source/conf.py index ed7cd3dc..b5c525f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # built documents. # # The short X.Y and the full version, including alpha/beta/rc tags. -version = release = "1.5.0" +version = release = "1.6.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/model_bakery/__about__.py b/model_bakery/__about__.py index fc8661ac..c1360b67 100644 --- a/model_bakery/__about__.py +++ b/model_bakery/__about__.py @@ -1,4 +1,4 @@ -__version__ = "1.5.0" +__version__ = "1.6.0" __author__ = "berin" __email__ = "bernardoxhc@gmail.com" __url__ = "https://github.com/model-bakers/model_bakery"