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:
authorBrad Warren <bmw@eff.org>2021-01-05 20:51:09 +0300
committerBrad Warren <bmw@eff.org>2021-01-05 20:51:09 +0300
commit7567e8d8db2be0010fc1d500062a4bb8cbec5272 (patch)
tree860384ffbfdd0b5754bbdbfdafa893fa72091d64 /certbot-dns-cloudxns
parent02a5d000cb1684619650677a2d3fa4972dfd576f (diff)
Release 1.11.0v1.11.01.11.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 3771c1d34..2d0794d5b 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.11.0.dev0'
+version = '1.11.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.