bump versions for v0.4.10 with RFC6455 support

This commit is contained in:
Tobias Oberstein
2011-12-13 17:00:47 +01:00
parent d02c08f878
commit 51a2160e3a
2 changed files with 3 additions and 3 deletions

2
README
View File

@@ -4,7 +4,7 @@ Autobahn WebSockets
Autobahn WebSockets for Python provides an implementation of the WebSockets Autobahn WebSockets for Python provides an implementation of the WebSockets
protocol which can be used to build WebSockets clients and servers. 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 * usable for clients and servers
* easy to use basic API * easy to use basic API
* advanced API for frame-based/streaming processing * advanced API for frame-based/streaming processing

View File

@@ -48,9 +48,9 @@ copyright = u'2011, Tavendo GmbH'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.4.7' version = '0.4.10'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.