citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
710 stars 116 forks source link

Bump to version 3.0.0 #117

Closed JelteF closed 2 years ago

JelteF commented 2 years ago

This release will do the following breaking changes:

  1. Drop support for Python 2.7
  2. Drop support for Django 1.11
  3. Drop support for Django 3.1

And it also has the major feature of adding support for Django 4.0.

So I think a major version bump makes sense, both from a semver perspective and a feature perspective.