From 64c54b72d4184de371deb6687ba8e35f5035043b Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Sun, 21 Apr 2019 12:53:13 +0200 Subject: [PATCH] Bump to version 0.1.5 --- 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 8f9f323f..080f2801 100644 --- a/django_migration_linter/constants.py +++ b/django_migration_linter/constants.py @@ -14,7 +14,7 @@ from appdirs import user_cache_dir -__version__ = "0.1.4" +__version__ = "0.1.5" MIGRATION_FOLDER_NAME = "migrations"