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-08-04 21:33:03 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-08-04 21:33:03 +0300
commit6ec83d52b5ccef11116f3a151dbc1ac6ac7aabc9 (patch)
tree5214abd5a2c7a29f843458d07e8e13bd70815f61 /certbot-dns-cloudxns
parent403ded5c58332585d8bff91be9d0bfe1b17d60e5 (diff)
Release 1.7.0v1.7.01.7.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 7a5c7ff3d..9ddfb6f58 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.7.0.dev0'
+version = '1.7.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.