aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
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",