Skip to content

Commit

Permalink
Bump to 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Mar 30, 2024
1 parent a230681 commit b976853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 5.x.y

- ...

## 5.1.0

Feature:
- Support Django 5.0 `db_default` attribute (issue #275)
- Allow ignoring the failures of `sqlmigrate` commands, with `--ignore-sqlmigrate-errors` option (issue #274)
Expand Down
2 changes: 1 addition & 1 deletion src/django_migration_linter/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from appdirs import user_cache_dir

__version__ = "5.0.0"
__version__ = "5.1.0"

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

Expand Down

0 comments on commit b976853

Please sign in to comment.