From 8273fc97bbbc88a8dff2bd7482b01d753c88bc5d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 16 Oct 2014 23:37:51 -0400 Subject: changelog and version bump --- Changes | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3