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:
authorWill Greenberg <willg@eff.org>2022-09-07 21:09:12 +0300
committerWill Greenberg <willg@eff.org>2022-09-07 21:09:12 +0300
commit614eaf68986362b27e76d9bbe092df9afe9affd3 (patch)
treef9eb3995c2c7e91a4928b1db9eacba26c1ccc9c3 /certbot-dns-cloudflare
parent0b284125d21649e14d572dca37c78384b2f5f1ef (diff)
Bump version to 1.31.0candidate-1.30.0
Diffstat (limited to 'certbot-dns-cloudflare')
-rw-r--r--certbot-dns-cloudflare/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-cloudflare/setup.py b/certbot-dns-cloudflare/setup.py
index fa6617fbe..3efbb1494 100644
--- a/certbot-dns-cloudflare/setup.py
+++ b/certbot-dns-cloudflare/setup.py
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.30.0'
+version = '1.31.0.dev0'
install_requires = [
'cloudflare>=1.5.1',