Skip to content

Commit

Permalink
Bump django-multitenant into 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Apr 2, 2023
1 parent 9770508 commit e9456a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### Django-Multitenant v3.2.1 (April 10, 2023) ###

* Add m2m with no through_defaults fix (#170)

### Django-Multitenant v3.2.0 (March 29, 2023) ###

* Adds DjangoRestFramework support (#157)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setup(
name="django-multitenant",
version="3.2.0", # Required
version="3.2.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 e9456a3

Please sign in to comment.