Skip to content

Commit

Permalink
Bump django-multitenant into 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Mar 15, 2023
1 parent 2045f3e commit 8b9af1c
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 v3.1.1 (March 15, 2023) ###

* Fixes #164 ManyToMany Non tenant model save issue

### Django-Multitenant v3.1.0(March 1, 2023) ###

* Adds support for Django 4.1
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="3.1.0", # Required
version="3.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 8b9af1c

Please sign in to comment.