Skip to content

Commit 2e499f5

Browse files
committed
Release 5.2.2
1 parent 97761a1 commit 2e499f5

40 files changed

Lines changed: 58 additions & 28 deletions

acme/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '5.2.1'
3+
version = '5.2.2'
44

55
setup(
66
version=version,

certbot-apache/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '5.2.1'
3+
version = '5.2.2'
44

55
install_requires = [
66
# We specify the minimum acme and certbot version as the current plugin

certbot-ci/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '5.2.1'
3+
version = '5.2.2'
44

55
setup(
66
version=version,

certbot-compatibility-test/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '5.2.1'
3+
version = '5.2.2'
44

55
setup(
66
version=version,

certbot-dns-cloudflare/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = '5.2.1'
5+
version = '5.2.2'
66

77
install_requires = [
88
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking

certbot-dns-digitalocean/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = '5.2.1'
5+
version = '5.2.2'
66

77
install_requires = [
88
'python-digitalocean>=1.15.0', # 1.15.0 or newer is recommended for TTL support

certbot-dns-dnsimple/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = '5.2.1'
5+
version = '5.2.2'
66

77
install_requires = [
88
# This version of lexicon is required to address the problem described in

certbot-dns-dnsmadeeasy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = '5.2.1'
5+
version = '5.2.2'
66

77
install_requires = [
88
'dns-lexicon>=3.14.1',

certbot-dns-gehirn/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = '5.2.1'
5+
version = '5.2.2'
66

77
install_requires = [
88
'dns-lexicon>=3.14.1',

certbot-dns-google/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = '5.2.1'
5+
version = '5.2.2'
66

77
install_requires = [
88
'google-api-python-client>=1.6.5',

0 commit comments

Comments
 (0)