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>2020-10-06 22:15:27 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-10-06 22:15:27 +0300
commit5173ab6b90ea6928370157f98718f7f0edc0e7ef (patch)
tree78791980a8a23c2a1a64e9550af18e44fb2bb519 /certbot-dns-cloudxns
parent448fd9145a6ae6aa21d15492d171c0a0fd7132e5 (diff)
Release 1.9.0v1.9.01.9.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 d776699ed..3642e3dc0 100644
--- a/certbot-dns-cloudxns/setup.py
+++ b/certbot-dns-cloudxns/setup.py
@@ -6,7 +6,7 @@ from setuptools import __version__ as setuptools_version
from setuptools import find_packages
from setuptools import setup
-version = '1.9.0.dev0'
+version = '1.9.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.