mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Release 0.39.0
This commit is contained in:
@@ -2,12 +2,12 @@ from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
|
||||
version = '0.39.0.dev0'
|
||||
version = '0.39.0'
|
||||
|
||||
# Please update tox.ini when modifying dependency version requirements
|
||||
install_requires = [
|
||||
'acme>=0.31.0',
|
||||
'certbot>=0.39.0.dev0',
|
||||
'certbot>=0.39.0',
|
||||
'dns-lexicon>=2.1.22',
|
||||
'mock',
|
||||
'setuptools',
|
||||
|
||||
Reference in New Issue
Block a user