Skip to content

Commit 87c6a09

Browse files
committed
chore: prepare 1.3.0 release
1 parent cf21be1 commit 87c6a09

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` release.
44

5-
## {{ Next Version }}
5+
## 1.3.0 (2023-11-14)
6+
7+
### Features
8+
9+
- Added support for multi-tenant types by @Wizely99 in [#475](https://github.com/Corvia/django-tenant-users/pull/475)
10+
11+
### Misc
12+
13+
- Major redesign of docs
614

715
## 1.2.0 (2023-08-08)
816

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = '\.pyi?$'
1515
[tool.poetry]
1616
name = "django-tenant-users"
1717
description = "A Django app to extend django-tenants to incorporate global multi-tenant users"
18-
version = "1.2.0"
18+
version = "1.3.0"
1919
license = "MIT License"
2020

2121
packages = [

0 commit comments

Comments
 (0)