We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61237c3 commit 8e56562Copy full SHA for 8e56562
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 4.0.0 (unreleased)
+## 4.0.0
2
3
- Drop support for Python 2.7, 3.5 and 3.6
4
- Add support for Python 3.10
django_migration_linter/constants.py
@@ -1,6 +1,6 @@
from appdirs import user_cache_dir
-__version__ = "3.0.1"
+__version__ = "4.0.0"
5
DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)
6
0 commit comments