From ca26454aa092eb033279033392389c5f49076825 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Thu, 8 Oct 2015 16:49:45 +0200 Subject: [PATCH] Fix bad link for ssl reference --- butterfly.server.py | 2 +- butterfly/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/butterfly.server.py b/butterfly.server.py index c2de42f..ed4efc1 100755 --- a/butterfly.server.py +++ b/butterfly.server.py @@ -316,7 +316,7 @@ else: print("Either generate them using --generate-certs --host=host " "or run as --unsecure (NOT RECOMMENDED)\n") print("For more information go to http://paradoxxxzero.github.io/" - "2015/03/21/butterfly-with-ssl-auth.html\n") + "2014/03/21/butterfly-with-ssl-auth.html\n") sys.exit(1) ssl_opts = { diff --git a/butterfly/__init__.py b/butterfly/__init__.py index adf6cd0..7337c36 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '2.0.5' +__version__ = '2.0.6' import os