Skip to content

Commit

Permalink
Fix references to non-existent 20.2 version in configuration settings
Browse files Browse the repository at this point in the history
Close #3043.
  • Loading branch information
tilgovi committed Dec 29, 2023
1 parent f9e61b1 commit 660fd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn/config.py
Expand Up @@ -2026,7 +2026,7 @@ def ssl_context(conf, default_ssl_context_factory):
context.minimum_version = ssl.TLSVersion.TLSv1_3
return context
.. versionadded:: 20.2
.. versionadded:: 21.0
"""


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

0 comments on commit 660fd8d

Please sign in to comment.