From 51a2160e3aa2acfadcb197171a3da0890fe9f3ae Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Tue, 13 Dec 2011 17:00:47 +0100 Subject: [PATCH] bump versions for v0.4.10 with RFC6455 support --- README | 2 +- doc/python/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index dce3beb4..f11a75d1 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Autobahn WebSockets Autobahn WebSockets for Python provides an implementation of the WebSockets protocol which can be used to build WebSockets clients and servers. - * supports Hybi-10 - Hybi-17 protocol versions + * supports Hybi-10-17 / RFC 6455 protocol versions * usable for clients and servers * easy to use basic API * advanced API for frame-based/streaming processing diff --git a/doc/python/conf.py b/doc/python/conf.py index 719def2a..e28b2dc9 100644 --- a/doc/python/conf.py +++ b/doc/python/conf.py @@ -48,9 +48,9 @@ copyright = u'2011, Tavendo GmbH' # built documents. # # The short X.Y version. -version = '0.4.7' +version = '0.4.10' # The full version, including alpha/beta/rc tags. -release = '0.4.7' +release = '0.4.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.