From e57abd292fb69feee944959c768ddb0246069104 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Mon, 21 Oct 2019 22:30:21 +0200 Subject: [PATCH] Bump to version 1.4.0 --- django_migration_linter/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_migration_linter/constants.py b/django_migration_linter/constants.py index 3a985151..3eba880f 100644 --- a/django_migration_linter/constants.py +++ b/django_migration_linter/constants.py @@ -14,6 +14,6 @@ from appdirs import user_cache_dir -__version__ = "1.3.0" +__version__ = "1.4.0" DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)