Skip to content

Commit

Permalink
Bump django-multitenant into 4.1.1 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored Dec 18, 2023
1 parent 44b4e86 commit 0d2b364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Django-Multitenant v4.1.1 (December 18, 2023) ###

* Fix utils to not require TENANT_USE_ASGIREF to be defined in the host django project (#206)

### Django-Multitenant v4.1.0 (December 14, 2023) ###

* Use asgiref when available instead of thread locals (#176) (#198)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="django-multitenant",
version="4.1.0", # Required
version="4.1.1", # Required
description="Django Library to Implement Multi-tenant databases",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0d2b364

Please sign in to comment.