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-09-08 19:59:33 +0300
committerBrad Warren <bmw@eff.org>2020-09-08 19:59:33 +0300
commitec147740eef886cef98de90e058e08215f60f015 (patch)
tree291891763050d4d7563fde0bb26adca3cf05d323 /certbot-dns-cloudxns
parentb7b0ec321e9eba63b92a86689ffae68595cc13b7 (diff)
Bump version to 1.9.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 e5356f394..37324e9fc 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.8.0'
+version = '1.9.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.