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-07-05 21:16:40 +0300
committerWill Greenberg <willg@eff.org>2022-07-05 21:16:40 +0300
commitf1f526d63c95bc1cdf69e3e29632ae24e080f85a (patch)
tree0007810c5fe1d132c13fee766848d1b3789cff9a /certbot-dns-rfc2136
parentef0746eb1d856f3833e5842f4abed204909ef145 (diff)
Bump version to 1.30.0
Diffstat (limited to 'certbot-dns-rfc2136')
-rw-r--r--certbot-dns-rfc2136/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-rfc2136/setup.py b/certbot-dns-rfc2136/setup.py
index 38fa3d7eb..207d14182 100644
--- a/certbot-dns-rfc2136/setup.py
+++ b/certbot-dns-rfc2136/setup.py
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.29.0'
+version = '1.30.0.dev0'
install_requires = [
'dnspython>=1.15.0',