From bb1def04cd6b9aee6d163c3a3c6961dae0e7ed5f Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Wed, 25 Jan 2012 17:14:23 +0100 Subject: [PATCH] bump version to 0.4.11 --- doc/python/conf.py | 4 ++-- lib/python/setup.py | 17 ++++++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/doc/python/conf.py b/doc/python/conf.py index e28b2dc9..745935ea 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.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. diff --git a/lib/python/setup.py b/lib/python/setup.py index 140e1831..d01b6f86 100644 --- a/lib/python/setup.py +++ b/lib/python/setup.py @@ -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",