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 dcb8d74..e634664 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for termcast_client
+0.1.2 2014-10-17
+ - Reconnect to the server when the connection drops
+
0.1.1 2014-10-16
- Python 2 support (Tom Ballinger)
- Preliminary SSL support (for servers that support it). This is not yet
diff --git a/setup.py b/setup.py
index 07a01c8..1b60ae4 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.1",
+ version="0.1.2",
description="broadcast your terminal sessions for remote viewing",
url="https://github.com/doy/python-termcast-client",
author="Jesse Luehrs",