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:39 +0300
committerWill Greenberg <willg@eff.org>2022-07-05 21:16:39 +0300
commitbefa4434ad2aa8785713f4dcf19b8103ea5e61f8 (patch)
tree1262775e591ff4f98bfeddf2c4b208357ced58c4 /certbot-dns-ovh
parent7e2105fca800cdc1678934474a10d1c7f6853246 (diff)
Release 1.29.0v1.29.01.29.0
Diffstat (limited to 'certbot-dns-ovh')
-rw-r--r--certbot-dns-ovh/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-ovh/setup.py b/certbot-dns-ovh/setup.py
index a79e3585d..93cf7c0f4 100644
--- a/certbot-dns-ovh/setup.py
+++ b/certbot-dns-ovh/setup.py
@@ -4,7 +4,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.29.0.dev0'
+version = '1.29.0'
install_requires = [
'dns-lexicon>=3.2.1',