bump versions for v0.4.10 with RFC6455 support
This commit is contained in:
2
README
2
README
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user