Merge "Bump the deprecation version number"

This commit is contained in:
Jenkins
2014-10-25 19:56:53 +00:00
committed by Gerrit Code Review

View File

@@ -392,11 +392,11 @@ def ensure_tree(path):
Failure = deprecation.moved_class(failure.Failure, 'Failure', __name__,
version="0.5", removal_version="?")
version="0.6", removal_version="?")
Notifier = deprecation.moved_class(notifier.Notifier, 'Notifier', __name__,
version="0.5", removal_version="?")
version="0.6", removal_version="?")
@contextlib.contextmanager