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>2021-12-08 01:03:50 +0300
committerErica Portnoy <ebportnoy@gmail.com>2021-12-08 01:03:50 +0300
commit6463a2e22d56bb0584acd8128f091a76cee94f12 (patch)
tree5584e0706f77f1ba62b4d721a870dd1171cd31f9 /certbot-compatibility-test
parentd6adc4a2d05a7c1606c6b3a360d8630ec6f91954 (diff)
Release 1.22.0v1.22.01.22.x
Diffstat (limited to 'certbot-compatibility-test')
-rw-r--r--certbot-compatibility-test/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-compatibility-test/setup.py b/certbot-compatibility-test/setup.py
index e66ed738b..0188b2352 100644
--- a/certbot-compatibility-test/setup.py
+++ b/certbot-compatibility-test/setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
-version = '1.22.0.dev0'
+version = '1.22.0'
install_requires = [
'certbot',