Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eckersley <pde@eff.org>2015-12-25 22:11:03 +0300
committerPeter Eckersley <pde@eff.org>2015-12-25 22:11:03 +0300
commitedd20a8b8d97c6b374bb30089d1b3e9103c0876b (patch)
treeb201622acf502ec505d2edba30ecbd2ee639a1ec
parentcb713a200b0a951f81018ed647e6002f09cb2ceb (diff)
The actual 0.1.1 releasev0.1.1-corrected
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.
-rw-r--r--letsencrypt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt/__init__.py b/letsencrypt/__init__.py
index 1c7815f78..e011c3f9b 100644
--- a/letsencrypt/__init__.py
+++ b/letsencrypt/__init__.py
@@ -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'