Skip to content

Commit cc57453

Browse files
authored
Bump to version 3.0.0 (#117)
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.
1 parent 1b5ed4c commit cc57453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="django-multitenant",
17-
version="2.4.0", # Required
17+
version="3.0.0", # Required
1818
description="Django Library to Implement Multi-tenant databases",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)