mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
The actual 0.1.1 release
Due to bug #1966, the previous v0.1.1 tag was missing a version change to letsencrypt/__init__.py this commit and the v0.1.1-corrected tag are the code that was signed and uploaded to PyPI.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Let's Encrypt client."""
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '0.2.0.dev0'
|
||||
__version__ = '0.1.1'
|
||||
|
||||
Reference in New Issue
Block a user