# HG changeset patch # User Olly Cope # Date 1664976238 0 # Wed Oct 05 13:23:58 2022 +0000 # Node ID 6f4da9d9db3affeddb63c5e850e5f039c86a7d46 # Parent 33ab5fe0287eeb1fb1ddad63777347969904b43d Bump version number for release diff --git a/yoyo/__init__.py b/yoyo/__init__.py --- a/yoyo/__init__.py +++ b/yoyo/__init__.py @@ -34,4 +34,4 @@ from yoyo.migrations import step from yoyo.migrations import transaction -__version__ = "8.0.0.dev0" +__version__ = "8.0.0"