Merge pull request #9496 from certbot/1.32.x-candidate-1.32.1

Update 1.32.x from 1.32.1 release
This commit is contained in:
ohemorange
2022-12-05 14:22:58 -08:00
committed by GitHub
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'cryptography>=2.5.0',
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'certbot',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'cloudflare>=1.5.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
# This version of lexicon is required to address the problem described in
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'google-api-python-client>=1.5.5',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dnspython>=1.15.0',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'boto3>=1.15.15',
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
'dns-lexicon>=3.2.1',
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '1.32.0'
version = '1.32.1'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin
+1 -1
View File
@@ -2,7 +2,7 @@
Certbot adheres to [Semantic Versioning](https://semver.org/).
## 1.32.1 - master
## 1.32.1 - 2022-12-05
### Fixed
+1 -1
View File
@@ -1,3 +1,3 @@
"""Certbot client."""
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '1.32.0'
__version__ = '1.32.1'