Update the version on the old/deprecated logbook module

This version is no longer relevant due to the 1.x change
that occurred, so update it to the right version.

Change-Id: I50db7a8fb0367978c06e3248a0265ffbd3c6c642
This commit is contained in:
Joshua Harlow
2015-07-10 18:05:07 -07:00
parent 5fb62f3864
commit d4b153d8ec

View File

@@ -22,7 +22,7 @@ from taskflow.persistence import models
# TODO(harlowja): remove me in a future version, since the models
# module is more appropriately named to what the objects in it are used for...
removals.removed_module(__name__, replacement="'%s'" % models.__name__,
version="0.11", removal_version='?',
version="1.15", removal_version='2.0',
stacklevel=4)