Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2022-11-09 02:23:34 +0300
committerErica Portnoy <ebportnoy@gmail.com>2022-11-09 02:23:34 +0300
commitd88b9a5d1108dc398d8dcb65e9ef483ae68ba517 (patch)
treeadab6d290d0033b7f4239c1ef6b84dd67d1883ba /certbot-dns-route53
parentdd2df866258790301df7f31b4b89c6316a02096d (diff)
Release 1.32.0v1.32.01.32.x
Diffstat (limited to 'certbot-dns-route53')
-rw-r--r--certbot-dns-route53/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-route53/setup.py b/certbot-dns-route53/setup.py
index f15152e31..e58f5f75d 100644
--- a/certbot-dns-route53/setup.py
+++ b/certbot-dns-route53/setup.py
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.32.0.dev0'
+version = '1.32.0'
install_requires = [
'boto3>=1.15.15',