Skip to content

Commit 660fd8d

Browse files
committed
Fix references to non-existent 20.2 version in configuration settings
Close #3043.
1 parent f9e61b1 commit 660fd8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gunicorn/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ def ssl_context(conf, default_ssl_context_factory):
20262026
context.minimum_version = ssl.TLSVersion.TLSv1_3
20272027
return context
20282028
2029-
.. versionadded:: 20.2
2029+
.. versionadded:: 21.0
20302030
"""
20312031

20322032

@@ -2110,7 +2110,7 @@ class SSLVersion(Setting):
21102110
desc = """\
21112111
SSL version to use (see stdlib ssl module's).
21122112
2113-
.. deprecated:: 20.2
2113+
.. deprecated:: 21.0
21142114
The option is deprecated and it is currently ignored. Use :ref:`ssl-context` instead.
21152115
21162116
============= ============

0 commit comments

Comments
 (0)