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-05-05 23:44:23 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-05-05 23:44:23 +0300
commitb224b499869d7022c18fa460547b298d31abe76e (patch)
treef0c8fbcfcaf66900e519d6ea14c57a6d3576119d /certbot-dns-cloudxns
parent1a72cdecf2ce102251f03ae1abfaade7421cb130 (diff)
Bump version to 1.5.0
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 7754809c3..b5b883693 100644
--- a/certbot-dns-cloudxns/setup.py
+++ b/certbot-dns-cloudxns/setup.py
@@ -6,7 +6,7 @@ from setuptools import find_packages
from setuptools import setup
from setuptools.command.test import test as TestCommand
-version = '1.4.0'
+version = '1.5.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.