From 7dcaeb63efc6a2b98d79d20f545c5e41b0a99436 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 22 Oct 2014 12:18:23 -0400 Subject: changelog and version bump --- Changes | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e634664..63aa863 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for termcast_client +0.1.3 2014-10-22 + - Add a socket timeout (defaulting to 5 seconds) + 0.1.2 2014-10-17 - Reconnect to the server when the connection drops diff --git a/setup.py b/setup.py index 1b60ae4..5009750 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ if len(sys.argv) > 1 and sys.argv[1] == "fatpack": setup( name="termcast_client", - version="0.1.2", + version="0.1.3", description="broadcast your terminal sessions for remote viewing", url="https://github.com/doy/python-termcast-client", author="Jesse Luehrs", -- cgit v1.2.3