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-03-03 00:49:58 +0300
committerErica Portnoy <ebportnoy@gmail.com>2021-03-03 00:49:58 +0300
commit92a66454b6ece097a987621031b16b1fb2f490fd (patch)
tree67682573441594e57ad7d6f3b278db1838f6b91c /certbot-dns-cloudxns
parent976068b5a09a4856d95dc9e408d5578b6058b963 (diff)
Release 1.13.0v1.13.01.13.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 83513ef7c..6fa117a15 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.13.0.dev0'
+version = '1.13.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.