We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__version__
1 parent dcbe86b commit b394a99Copy full SHA for b394a99
src/flask/__init__.py
@@ -50,7 +50,7 @@ def __getattr__(name: str) -> t.Any:
50
51
warnings.warn(
52
"The '__version__' attribute is deprecated and will be removed in"
53
- " Flask 3.1. Use feature detection or"
+ " Flask 3.2. Use feature detection or"
54
" 'importlib.metadata.version(\"flask\")' instead.",
55
DeprecationWarning,
56
stacklevel=2,
0 commit comments