From: Bret Taylor Date: Fri, 18 Sep 2009 02:53:10 +0000 (-0700) Subject: New 0.2 distribution from the past week's bug fixes X-Git-Tag: v1.0.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e9cd5a116fe640dffe019079900c80c13673de;p=thirdparty%2Ftornado.git New 0.2 distribution from the past week's bug fixes --- diff --git a/setup.py b/setup.py index 68495c649..04ccc0807 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ if "linux" in sys.platform.lower() and not python_26: distutils.core.setup( name="tornado", - version="0.1", + version="0.2", packages = ["tornado"], ext_modules = extensions, author="Facebook", diff --git a/website/static/tornado-0.2.tar.gz b/website/static/tornado-0.2.tar.gz new file mode 100644 index 000000000..6aca327ae Binary files /dev/null and b/website/static/tornado-0.2.tar.gz differ diff --git a/website/templates/documentation.txt b/website/templates/documentation.txt index e578c5b32..81262a605 100644 --- a/website/templates/documentation.txt +++ b/website/templates/documentation.txt @@ -52,12 +52,12 @@ Download -------- Download the most recent version of Tornado from GitHub: -> [tornado-0.1.tar.gz](/static/tornado-0.1.tar.gz) +> [tornado-0.2.tar.gz](/static/tornado-0.2.tar.gz) You can also [browse the source](http://github.com/facebook/tornado) on GitHub. To install Tornado: - tar xvzf tornado-0.1.tar.gz - cd tornado-0.1 + tar xvzf tornado-0.2.tar.gz + cd tornado-0.2 python setup.py build sudo python setup.py install diff --git a/website/templates/index.html b/website/templates/index.html index 537872e7f..cc862d0df 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -6,9 +6,9 @@

See the Tornado documentation for a detailed walkthrough of the framework.

Download and install

-

Download: tornado-0.1.tar.gz

-
tar xvzf tornado-0.1.tar.gz
-cd tornado-0.1
+  

Download: tornado-0.2.tar.gz

+
tar xvzf tornado-0.2.tar.gz
+cd tornado-0.2
 python setup.py build
 sudo python setup.py install

The Tornado source code is hosted on GitHub.