Merge pull request #9795 from certbot/candidate-2.7.1-2.7.x

Update 2.7.x from 2.7.1 release
This commit is contained in:
Brad Warren 2023-10-11 16:37:48 -07:00 committed by GitHub
commit 07b1b0d8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 21 additions and 21 deletions

View file

@ -3,7 +3,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'cryptography>=3.2.1',

View file

@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin

View file

@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'certbot',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'cloudflare>=1.5.1',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
# This version of lexicon is required to address the problem described in

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'google-api-python-client>=1.6.5',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dnspython>=1.15.0',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'boto3>=1.15.15',

View file

@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
'dns-lexicon>=3.14.1',

View file

@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '2.7.0'
version = '2.7.1'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin

View file

@ -2,7 +2,7 @@
Certbot adheres to [Semantic Versioning](https://semver.org/).
## 2.7.1 - master
## 2.7.1 - 2023-10-10
### Fixed

View file

@ -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.0'
__version__ = '2.7.1'
if sys.version_info[:2] == (3, 7):
warnings.warn(

View file

@ -36,7 +36,7 @@ manage your account:
--agree-tos Agree to the ACME server's Subscriber Agreement
-m EMAIL Email address for important account notifications
options:
optional arguments:
-h, --help show this help message and exit
-c CONFIG_FILE, --config CONFIG_FILE
path to config file (default: /etc/letsencrypt/cli.ini
@ -122,7 +122,7 @@ options:
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.0 (certbot;
"". (default: CertbotACMEClient/2.7.1 (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,