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>2020-07-07 20:33:13 +0300
committerBrad Warren <bmw@eff.org>2020-07-07 20:33:13 +0300
commit41b99eba79b993382dd89b8d7bcfc861e8eb2651 (patch)
tree408390abe33ed9966ae324973126e659825183fe /certbot-dns-cloudxns
parentde39a42e6a33f45f5b33d52f131f6e809912838d (diff)
Release 1.6.0v1.6.01.6.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 82ee81756..869d8230e 100644
--- a/certbot-dns-cloudxns/setup.py
+++ b/certbot-dns-cloudxns/setup.py
@@ -7,7 +7,7 @@ from setuptools import find_packages
from setuptools import setup
from setuptools.command.test import test as TestCommand
-version = '1.6.0.dev0'
+version = '1.6.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.