From 4d68f7bac84e5fb17e306a3caf56ceb22a0f6c45 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Mon, 21 Jan 2019 22:08:57 +0100 Subject: [PATCH] Bump version to 0.1.2 --- 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 81806960..32601313 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.1" +__version__ = "0.1.2" MIGRATION_FOLDER_NAME = "migrations"