mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Release 2.7.4
This commit is contained in:
@@ -3,7 +3,7 @@ import sys
|
||||
import warnings
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '2.7.3'
|
||||
__version__ = '2.7.4'
|
||||
|
||||
if sys.version_info[:2] == (3, 7):
|
||||
warnings.warn(
|
||||
|
||||
@@ -122,7 +122,7 @@ optional arguments:
|
||||
case, and to know when to deprecate support for past
|
||||
Python versions and flags. If you wish to hide this
|
||||
information from the Let's Encrypt server, set this to
|
||||
"". (default: CertbotACMEClient/2.7.3 (certbot;
|
||||
"". (default: CertbotACMEClient/2.7.4 (certbot;
|
||||
OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
|
||||
(SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
|
||||
The flags encoded in the user agent are: --duplicate,
|
||||
|
||||
Reference in New Issue
Block a user