diff --git a/sklearn/pls.py b/sklearn/pls.py
index 68c0a2afa7d3940d54fdb82396b37f91a9a9f15f..db1aeb043ed11f7a7c1517f94bc339ea7a1789db 100644
--- a/sklearn/pls.py
+++ b/sklearn/pls.py
@@ -4,4 +4,4 @@ from .cross_decomposition import CCA, PLSSVD, PLSRegression, PLSCanonical
 
 
 warnings.warn("This module has been moved to cross_decomposition and will be "
-              "removed in 0.15", DeprecationWarning)
+              "removed in 0.16", DeprecationWarning)