Skip to content

Commit

Permalink
chore: prepare 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed May 6, 2024
1 parent 2194126 commit da1d8e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit da1d8e3

Please sign in to comment.