summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2018-08-04 19:14:15 +0000
committerOlly Cope <olly@ollycope.com>2018-08-04 19:14:15 +0000
commit29b572202f8d6388f981f9527d83d5d4b6c36333 (patch)
treead38074596d0ba38d5a11ebb173c5268a09b271b
parente2ece36fd7ad6eca492fab0e6c6311115e61d162 (diff)
downloadyoyo-29b572202f8d6388f981f9527d83d5d4b6c36333.tar.gz
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
-rwxr-xr-xyoyo/__init__.py2
1 files changed, 1 insertions, 1 deletions
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'