1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-08 04:02:10 +03:00

apache/nginx: certbot>=1.10.0 -> 1.10.1 (#8859)

1.10.0 was a bad release and this breaks our oldest Boulder tests.


I bumped the version to 1.10.0 in #8852 to get access to a new public display_util API, but that was the release with the broken deprecation of `--manual-public-ip-logging-ok`. So let's bump it to 1.10.1.
This commit is contained in:
alexzorin
2021-05-26 01:40:18 +10:00
committed by GitHub
parent 6f27c32db1
commit 39b396763a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# Remember to update setup.py to match the package versions below. # Remember to update setup.py to match the package versions below.
acme[dev]==1.8.0 acme[dev]==1.8.0
certbot[dev]==1.10.0 certbot[dev]==1.10.1

View File

@@ -7,7 +7,7 @@ version = '1.16.0.dev0'
# acme/certbot version. # acme/certbot version.
install_requires = [ install_requires = [
'acme>=1.8.0', 'acme>=1.8.0',
'certbot>=1.10.0', 'certbot>=1.10.1',
'python-augeas', 'python-augeas',
'setuptools>=39.0.1', 'setuptools>=39.0.1',
'zope.component', 'zope.component',

View File

@@ -1,3 +1,3 @@
# Remember to update setup.py to match the package versions below. # Remember to update setup.py to match the package versions below.
acme[dev]==1.8.0 acme[dev]==1.8.0
certbot[dev]==1.10.0 certbot[dev]==1.10.1

View File

@@ -7,7 +7,7 @@ version = '1.16.0.dev0'
# acme/certbot version. # acme/certbot version.
install_requires = [ install_requires = [
'acme>=1.8.0', 'acme>=1.8.0',
'certbot>=1.10.0', 'certbot>=1.10.1',
'PyOpenSSL>=17.3.0', 'PyOpenSSL>=17.3.0',
'pyparsing>=2.2.0', 'pyparsing>=2.2.0',
'setuptools>=39.0.1', 'setuptools>=39.0.1',