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-dnsimple
parentdd2df866258790301df7f31b4b89c6316a02096d (diff)
Release 1.32.0v1.32.01.32.x
Diffstat (limited to 'certbot-dns-dnsimple')
-rw-r--r--certbot-dns-dnsimple/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-dnsimple/setup.py b/certbot-dns-dnsimple/setup.py
index b8a9f23b4..d8c6c2d3c 100644
--- a/certbot-dns-dnsimple/setup.py
+++ b/certbot-dns-dnsimple/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 = [
# This version of lexicon is required to address the problem described in