23 lines
782 B
Diff
23 lines
782 B
Diff
From edd20a8b8d97c6b374bb30089d1b3e9103c0876b Mon Sep 17 00:00:00 2001
|
|
From: Peter Eckersley <pde@eff.org>
|
|
Date: Fri, 25 Dec 2015 11:11:03 -0800
|
|
Subject: [PATCH] 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.
|
|
---
|
|
letsencrypt/__init__.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/letsencrypt/__init__.py b/letsencrypt/__init__.py
|
|
index 1c7815f..e011c3f 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'
|