We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3ce1d commit aec14ccCopy full SHA for aec14cc
django_migration_linter/constants.py
@@ -1,6 +1,6 @@
1
from appdirs import user_cache_dir
2
3
-__version__ = "2.5.1"
+__version__ = "2.5.2"
4
5
DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)
6
0 commit comments