bump version to 0.4.11

This commit is contained in:
Tobias Oberstein
2012-01-25 17:14:23 +01:00
parent f2872ca82f
commit bb1def04cd
2 changed files with 12 additions and 9 deletions

View File

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

View File

@@ -20,16 +20,19 @@ from setuptools import setup, find_packages
setup (
name = 'autobahn',
version = '0.4.10',
version = '0.4.11',
description = 'Autobahn WebSockets',
long_description = """Twisted-based WebSockets client and server framework.
Autobahn provides a WebSockets (Hybi-10 to -17 / RFC6455) Twisted-based framework for
creating WebSockets clients and servers.
Autobahn provides a WebSockets (RFC6455 + Hybi-10 to -17) Twisted-based
framework for creating WebSockets clients and servers.
Autobahn also includes a light-weight, asynchronous RPC/PubSub over JSON-WebSockets
protocol implementation and a fuzzing test framework which can test WebSockets client
and server implementations.""",
Autobahn also includes an implementation of WAMP (WebSockets Application
Message Protocol), a light-weight, asynchronous RPC/PubSub over
JSON/WebSockets protocol.
Autobahn (source package) further provides a fuzzing test framework which can
test WebSockets client and server implementations.""",
author = 'Tavendo GmbH',
author_email = 'autobahnws@googlegroups.com',
url = 'http://www.tavendo.de/autobahn',
@@ -41,7 +44,7 @@ setup (
## http://pypi.python.org/pypi?%3Aaction=list_classifiers
##
classifiers = ["License :: OSI Approved :: Apache Software License",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Framework :: Twisted",
"Intended Audience :: Developers",