Skip to content

Commit

Permalink
Bump to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Jan 31, 2021
1 parent 6036405 commit bfce31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_migration_linter/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from appdirs import user_cache_dir

__version__ = "2.4.0"
__version__ = "2.5.0"

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

Expand Down

0 comments on commit bfce31f

Please sign in to comment.