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-05-03 21:35:09 +0300
committerWill Greenberg <willg@eff.org>2022-05-03 21:35:09 +0300
commit8d7ced5e12d93257f53c740a5d4a4fbbec939fac (patch)
treee49d9513c92bfaf06204254ab509693045248896 /certbot-dns-route53
parente5939215609a2cf1d444f1b4630297e2df3cea59 (diff)
Bump version to 1.28.0candidate-1.27.0
Diffstat (limited to 'certbot-dns-route53')
-rw-r--r--certbot-dns-route53/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-route53/setup.py b/certbot-dns-route53/setup.py
index b14b419e5..969d94403 100644
--- a/certbot-dns-route53/setup.py
+++ b/certbot-dns-route53/setup.py
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.27.0'
+version = '1.28.0.dev0'
install_requires = [
'boto3>=1.15.15',