Skip to content

Commit 8e56562

Browse files
committed
Bump to 4.0.0
1 parent 61237c3 commit 8e56562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0 (unreleased)
1+
## 4.0.0
22

33
- Drop support for Python 2.7, 3.5 and 3.6
44
- Add support for Python 3.10

django_migration_linter/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from appdirs import user_cache_dir
22

3-
__version__ = "3.0.1"
3+
__version__ = "4.0.0"
44

55
DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)
66

0 commit comments

Comments
 (0)