aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changes b/Changes
index b16e64c..772f22e 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
Revision history for termcast_server
+0.1.1 2014-10-16
+ - Basic SSL support. This is undocumented and preliminary - it could change
+ at any point.
+ - Proof-of-concept web interface - not particularly useable yet, but it's a
+ start
+
0.1.0 2014-09-23
- Initial revision
diff --git a/setup.py b/setup.py
index 09b8b0b..0fdc350 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="termcast_server",
- version="0.1.0",
+ version="0.1.1",
description="allow users to broadcast their terminals for others to watch",
url="https://github.com/doy/python-termcast-server",
author="Jesse Luehrs",