summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2018-06-13 11:56:50 +0000
committerOlly Cope <olly@ollycope.com>2018-06-13 11:56:50 +0000
commitfc333b685cffb9ec345616f6fd2ef211f681d2a5 (patch)
tree85fd94af2e2337d8b0e053909086120a36f6f209
parent812762a6c6194f26756b62c60d43370149e58c8e (diff)
downloadyoyo-fc333b685cffb9ec345616f6fd2ef211f681d2a5.tar.gz
Bumped version number for releasev5.1.5-release
-rwxr-xr-xyoyo/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/__init__.py b/yoyo/__init__.py
index 93e7fb9..d433d5e 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.5.dev0'
+__version__ = '5.1.5'