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>2021-02-02 22:06:48 +0300
committerErica Portnoy <ebportnoy@gmail.com>2021-02-02 22:06:48 +0300
commit2bcd8c59dbdee4905976367e98ea9006b56c9c91 (patch)
treedca789719afc2adbe4bc5af383e5cbacc31bb81a /certbot-dns-cloudxns
parent57cba3690dfce7b324ed46bb544ee75e03f1f7f8 (diff)
Bump version to 1.13.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 cb004af82..e7ae702ef 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.12.0'
+version = '1.13.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.