File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
We follow [ Semantic Versions] ( https://semver.org/ ) starting at the ` 0.4.0 ` release.
4
4
5
+ ## 2.0.0 (2024-09-09) Breaking changes
6
+
7
+ ## What's Changed
8
+
9
+ * Now returning created tenant from provision_tenant utility function by @Wizely99 in https://github.com/Corvia/django-tenant-users/pull/607
10
+ * Remove nargs by @ihfazhillah in https://github.com/Corvia/django-tenant-users/pull/669
11
+ * Allow verbosity to be set when creating public tenant by @Dresdn in https://github.com/Corvia/django-tenant-users/pull/677
12
+
13
+
5
14
## 1.5.0 (2024-05-22)
6
15
7
16
### Features
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include = '\.pyi?$'
11
11
[tool .poetry ]
12
12
name = " django-tenant-users"
13
13
description = " A Django app to extend django-tenants to incorporate global multi-tenant users"
14
- version = " 1.5 .0"
14
+ version = " 2.0 .0"
15
15
license = " MIT License"
16
16
17
17
packages = [
You can’t perform that action at this time.
0 commit comments