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:
authorohemorange <ebportnoy@gmail.com>2019-12-04 22:15:49 +0300
committerGitHub <noreply@github.com>2019-12-04 22:15:49 +0300
commitb99bfe8ab73807702a216ed922437ec417b8ff6e (patch)
tree657e9003f714925a747508226221f5af6159008b /certbot-dns-cloudxns/setup.py
parent5da61564d97113b596385c98a655ede783227bd4 (diff)
parentd2bad803f3dc4a471183ac2237bb090c526dcc6d (diff)
Merge pull request #7622 from certbot/candidate-1.0.0
Release 1.0
Diffstat (limited to 'certbot-dns-cloudxns/setup.py')
-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 304628953..f7d751644 100644
--- a/certbot-dns-cloudxns/setup.py
+++ b/certbot-dns-cloudxns/setup.py
@@ -4,7 +4,7 @@ from setuptools.command.test import test as TestCommand
import sys
-version = '1.0.0.dev0'
+version = '1.1.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.