From 29b572202f8d6388f981f9527d83d5d4b6c36333 Mon Sep 17 00:00:00 2001 From: Olly Cope Date: Sat, 4 Aug 2018 19:14:15 +0000 Subject: This will be version 6.0.0 This version will have significant changes to the way migration data is stored and warrants a major version number bump --- yoyo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoyo/__init__.py b/yoyo/__init__.py index cb7c794..64b15ee 100755 --- a/yoyo/__init__.py +++ b/yoyo/__init__.py @@ -24,4 +24,4 @@ from yoyo.migrations import (read_migrations, # noqa from yoyo.connections import get_backend # noqa -__version__ = '5.1.8.dev0' +__version__ = '6.0.0.dev0' -- cgit v1.2.1