mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Bump version to 1.8.0
This commit is contained in:
@@ -3,7 +3,7 @@ import warnings
|
||||
import sys
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '1.7.0'
|
||||
__version__ = '1.8.0.dev0'
|
||||
|
||||
if sys.version_info[:2] == (3, 5):
|
||||
warnings.warn(
|
||||
|
||||
Reference in New Issue
Block a user