Skip to content

Commit b394a99

Browse files
committed
update __version__ deprecation
1 parent dcbe86b commit b394a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __getattr__(name: str) -> t.Any:
5050

5151
warnings.warn(
5252
"The '__version__' attribute is deprecated and will be removed in"
53-
" Flask 3.1. Use feature detection or"
53+
" Flask 3.2. Use feature detection or"
5454
" 'importlib.metadata.version(\"flask\")' instead.",
5555
DeprecationWarning,
5656
stacklevel=2,

0 commit comments

Comments
 (0)