summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2020-11-05 13:53:23 +0000
committerOlly Cope <olly@ollycope.com>2020-11-05 13:53:23 +0000
commit3144beef56956c6cc932a1a404fca6e3440556df (patch)
tree639f7bd7ee635480231ec53766924b47b084632a
parentb28e8295a03f4078ca47ac984faedf8f2c2ab15b (diff)
downloadyoyo-3144beef56956c6cc932a1a404fca6e3440556df.tar.gz
Bump version number for releasev7.2.1-release
-rwxr-xr-xyoyo/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/__init__.py b/yoyo/__init__.py
index bc8ced8..169163c 100755
--- a/yoyo/__init__.py
+++ b/yoyo/__init__.py
@@ -34,4 +34,4 @@ from yoyo.migrations import read_migrations
from yoyo.migrations import step
from yoyo.migrations import transaction
-__version__ = "7.2.1.dev0"
+__version__ = "7.2.1"