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:
Peter Eckersley
2015-12-25 11:11:03 -08:00
parent cb713a200b
commit edd20a8b8d
+1 -1
View File
@@ -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'