From da1d8e3ad13aa3715891e76eee4f3d319c7fc590 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 6 May 2024 11:56:38 -0700 Subject: [PATCH] chore: prepare 1.4.0 release --- CHANGELOG.md | 11 +++++++++-- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd62748..2dde53d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release. -## 1.3.1 (2024-05-01) +## 1.4.0 (2024-05-06) ### Features +* Added management command for simple use of create_public_tenant by @jgentil in [#565](https://github.com/Corvia/django-tenant-users/pull/565) +* Adds support for Django 5.0 and Python 3.12 +* Drops support for Django 3.2 and Python 3.7 + +### Misc + +* Correct function reference in 'using' page by @Dresdn in [#532](https://github.com/Corvia/django-tenant-users/pull/532) +* Implement Ruff by @Dresdn in [#535](https://github.com/Corvia/django-tenant-users/pull/535) -- Added management command for calling create_public_tenant during initial setup ## 1.3.0 (2023-11-14) diff --git a/pyproject.toml b/pyproject.toml index 21111448..e6aabae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = '\.pyi?$' [tool.poetry] name = "django-tenant-users" description = "A Django app to extend django-tenants to incorporate global multi-tenant users" -version = "1.3.0" +version = "1.4.0" license = "MIT License" packages = [