mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Bump version to 1.12.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.11.0'
|
||||
__version__ = '1.12.0.dev0'
|
||||
|
||||
if sys.version_info[0] == 2:
|
||||
warnings.warn(
|
||||
|
||||
Reference in New Issue
Block a user