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:
Diffstat (limited to 'certbot-nginx/setup.py')
-rw-r--r--certbot-nginx/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index 7be74fa16..771b059f0 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -1,13 +1,13 @@
from setuptools import find_packages
from setuptools import setup
-version = '1.16.0.dev0'
+version = '1.16.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'acme>=1.8.0',
- 'certbot>=1.16.0.dev0',
+ 'certbot>=1.16.0',
'PyOpenSSL>=17.3.0',
'pyparsing>=2.2.0',
'setuptools>=39.0.1',