Skip to content

Commit

Permalink
Bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Jan 26, 2020
1 parent 0386353 commit d3fd151
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,5 +1,5 @@
from appdirs import user_cache_dir

__version__ = "1.4.1"
__version__ = "1.5.0"

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

0 comments on commit d3fd151

Please sign in to comment.