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>2022-03-01 23:34:54 +0300
committerErica Portnoy <ebportnoy@gmail.com>2022-03-01 23:34:54 +0300
commit9d312af32af5337ce34e0f8af2e15582a530a983 (patch)
treecc2f8da6300e9329af12324310feb6a84c8c45e1 /certbot-dns-dnsimple
parent430d383e47008d1584ee98ed63031fd87824079a (diff)
Bump version to 1.25.0
Diffstat (limited to 'certbot-dns-dnsimple')
-rw-r--r--certbot-dns-dnsimple/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-dnsimple/setup.py b/certbot-dns-dnsimple/setup.py
index 8bb9643ba..33e9c9a02 100644
--- a/certbot-dns-dnsimple/setup.py
+++ b/certbot-dns-dnsimple/setup.py
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.24.0'
+version = '1.25.0.dev0'
install_requires = [
# This version of lexicon is required to address the problem described in