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>2021-06-01 20:52:23 +0300
committerErica Portnoy <ebportnoy@gmail.com>2021-06-01 20:52:23 +0300
commit7e8f22e136f263cf3c331169e441cfd311eaae8e (patch)
tree7c202488ea373f60e7766c0be8f2d8548f3a68dd /certbot-dns-cloudxns
parent965a403699bd6e00b6c569d5fdc941ecf1d4fd6b (diff)
Release 1.16.0v1.16.01.16.x
Diffstat (limited to 'certbot-dns-cloudxns')
-rw-r--r--certbot-dns-cloudxns/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-cloudxns/setup.py b/certbot-dns-cloudxns/setup.py
index 153e373bd..893149738 100644
--- a/certbot-dns-cloudxns/setup.py
+++ b/certbot-dns-cloudxns/setup.py
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.16.0.dev0'
+version = '1.16.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.