diff options
author | Olly Cope <olly@ollycope.com> | 2017-01-12 11:26:48 +0000 |
---|---|---|
committer | Olly Cope <olly@ollycope.com> | 2017-01-12 11:26:48 +0000 |
commit | 4a403ff2c6d32a03f004c2a714616a2be2ebaa83 (patch) | |
tree | 4c0f43613e93bc856e57081a2105a743c97a0ce7 | |
parent | 02f5b95037b234a7a330812bb96ae9331e979205 (diff) | |
download | yoyo-4a403ff2c6d32a03f004c2a714616a2be2ebaa83.tar.gz |
Bumped version number for release v5.0.5-releasev5.0.5-release
-rwxr-xr-x | yoyo/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/__init__.py b/yoyo/__init__.py index cd6d138..2204576 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.0.5.dev0' +__version__ = '5.0.5' |