Skip to content

Commit 3503367

Browse files
committed
Bump to 5.0.0
1 parent a856f0d commit 3503367

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-
## 5.0.0 (unreleased)
1+
## 5.0.0
22

33
- **Breaking change**: stop silently ignoring when the internal `sqlmigrate` call fails and the linter cannot analyse the migration.
44
Instead, the linter crashes and lets the `sqlmigrate` error raise, in order to avoid letting a problematic migration pass.

django_migration_linter/constants.py

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

33
from appdirs import user_cache_dir
44

5-
__version__ = "4.1.0"
5+
__version__ = "5.0.0"
66

77
DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)
88

0 commit comments

Comments
 (0)