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>2021-09-07 20:15:07 +0300
committerBrad Warren <bmw@eff.org>2021-09-07 20:15:07 +0300
commitb9e4763de3dc4742a2fd262da6fe6a69a856c65b (patch)
tree524f5bf98869fb23197ebc973082757b3ec333fb /certbot-compatibility-test
parent8897a81f7d7b01012697ed6b3843d0d6aa0c6699 (diff)
Bump version to 1.20.0
Diffstat (limited to 'certbot-compatibility-test')
-rw-r--r--certbot-compatibility-test/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-compatibility-test/setup.py b/certbot-compatibility-test/setup.py
index d558c4e70..9d7e27a16 100644
--- a/certbot-compatibility-test/setup.py
+++ b/certbot-compatibility-test/setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
-version = '1.19.0'
+version = '1.20.0.dev0'
install_requires = [
'certbot',