Skip to content

Commit

Permalink
Merge pull request #9820 from certbot/2.7.3-update
Browse files Browse the repository at this point in the history
Update 2.7.x from 2.7.3 release
  • Loading branch information
wgreenberg committed Oct 26, 2023
2 parents 5bf833f + bd550c0 commit bf5475f
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion acme/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'cryptography>=3.2.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-apache/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
# We specify the minimum acme and certbot version as the current plugin
Expand Down
2 changes: 1 addition & 1 deletion certbot-compatibility-test/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'certbot',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-cloudflare/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'cloudflare>=1.5.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-digitalocean/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-dnsimple/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
# This version of lexicon is required to address the problem described in
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-dnsmadeeasy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dns-lexicon>=3.14.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-gehirn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dns-lexicon>=3.14.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-google/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'google-api-python-client>=1.6.5',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-linode/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dns-lexicon>=3.14.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-luadns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dns-lexicon>=3.14.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-nsone/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dns-lexicon>=3.14.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-ovh/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dns-lexicon>=3.15.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-rfc2136/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dnspython>=1.15.0',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-route53/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'boto3>=1.15.15',
Expand Down
2 changes: 1 addition & 1 deletion certbot-dns-sakuracloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
'dns-lexicon>=3.14.1',
Expand Down
2 changes: 1 addition & 1 deletion certbot-nginx/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.7.2'
version = '2.7.3'

install_requires = [
# We specify the minimum acme and certbot version as the current plugin
Expand Down
2 changes: 1 addition & 1 deletion certbot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Certbot adheres to [Semantic Versioning](https://semver.org/).

## 2.7.3 - master
## 2.7.3 - 2023-10-24

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion certbot/certbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import warnings

# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '2.7.2'
__version__ = '2.7.3'

if sys.version_info[:2] == (3, 7):
warnings.warn(
Expand Down
4 changes: 2 additions & 2 deletions certbot/docs/cli-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.2 (certbot;
"". (default: CertbotACMEClient/2.7.3 (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,
Expand Down

0 comments on commit bf5475f

Please sign in to comment.