Skip to content

Commit 481dd57

Browse files
committed
Update deprecation message
1 parent 8c6b054 commit 481dd57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

isimip_utils/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def __init_subclass__(cls, **kwargs):
2828

2929
def __get__(self, instance, cls=None):
3030
warnings.warn(
31-
"isimip-utils.utils.cached_property is deprecated, use functools.cached_property instead.",
31+
'isimip-utils.utils.cached_property is deprecated and will be removed in 2.1.0, '
32+
'use functools.cached_property instead.',
3233
DeprecationWarning,
3334
stacklevel=2,
3435
)

0 commit comments

Comments
 (0)