Fix the version number to match the last release.

** NOTE: our release process really should do this
ahead of time.

Change-Id: Ic0cce0d57b4f05092417c4cf1a4ca5a74812ec3c
This commit is contained in:
Dan Prince 2013-11-15 12:09:05 -05:00
parent 82f94dd116
commit 73df211afe
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@
from migrate.versioning import *
from migrate.changeset import *
__version__ = '0.7.3.dev'
__version__ = '0.8.1'