summaryrefslogtreecommitdiff
path: root/yoyo
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2021-05-23 13:22:36 +0000
committerOlly Cope <olly@ollycope.com>2021-05-23 13:22:36 +0000
commit73479d8c0d39c3b243eff4e8840fd9df21c5bdc8 (patch)
tree9af262705ec6d2ce81c532749796907030949cef /yoyo
parent967ce563840b222b85a2545eb3074e43d0866497 (diff)
downloadyoyo-73479d8c0d39c3b243eff4e8840fd9df21c5bdc8.tar.gz
Bump version number for releasev7.3.2-release
Diffstat (limited to 'yoyo')
-rwxr-xr-xyoyo/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/__init__.py b/yoyo/__init__.py
index 9752c6f..4cf4ad2 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.3.2.dev0"
+__version__ = "7.3.2"