]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 1.2.1 branch1.2 v1.2.1
authorBen Darnell <ben@bendarnell.com>
Thu, 3 Mar 2011 20:41:26 +0000 (12:41 -0800)
committerBen Darnell <ben@bendarnell.com>
Thu, 3 Mar 2011 20:41:26 +0000 (12:41 -0800)
setup.py
tornado/__init__.py
website/templates/documentation.txt
website/templates/index.html

index 1fdb75cd4d13d6ee1244a07aa4bd7bb11fbdb622..353788b8ff90e0abcc48f458e012c68007d41bae 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ if "linux" in sys.platform.lower() and not python_26:
     extensions.append(distutils.core.Extension(
         "tornado.epoll", ["tornado/epoll.c"]))
 
-version = "1.2"
+version = "1.2.1"
 
 distutils.core.setup(
     name="tornado",
index bfb96b086950e5d102db6baa545a9c5d66b3f8fa..519285ef60fd89cbee9d6524b86de5ec2a78575f 100644 (file)
@@ -16,5 +16,5 @@
 
 """The Tornado web server and tools."""
 
-version = "1.2"
-version_info = (1, 2, 0)
+version = "1.2.1"
+version_info = (1, 2, 1)
index ffea8e7138ac4e72fac402b38cde2c56b6474c61..b04ed8add2b8b3bb829c9ae4abc4b475a444bd02 100644 (file)
@@ -50,9 +50,9 @@ Download and install
 --------------------
   <p><b>Automatic installation:</b> Tornado is listed in <a href="http://pypi.python.org/pypi/tornado">PyPI</a> and can be installed with <code>pip</code> or <code>easy_install</code>.  If you do not already have libcurl installed you may need to install it separately; see the prerequisites section below.  Note that the source distribution includes demo applications that are not present when Tornado is installed using <code>pip</code> or <code>easy_install</code></p>
 
-  <p><b>Manual installation:</b> Download <a href="http://github.com/downloads/facebook/tornado/tornado-1.2.tar.gz">tornado-1.2.tar.gz</a></p>
-  <pre><code>tar xvzf tornado-1.2.tar.gz
-cd tornado-1.2
+  <p><b>Manual installation:</b> Download <a href="http://github.com/downloads/facebook/tornado/tornado-1.2.1.tar.gz">tornado-1.2.1.tar.gz</a></p>
+  <pre><code>tar xvzf tornado-1.2.1.tar.gz
+cd tornado-1.2.1
 python setup.py build
 sudo python setup.py install</code></pre>
   <p>The Tornado source code is <a href="http://github.com/facebook/tornado">hosted on GitHub</a>.  On Python 2.6+, it is also possible to simply add the tornado directory to your <code>PYTHONPATH</code> instead of building with <code>setup.py</code>, since the standard library includes <code>epoll</code> support.</p>
index a34a7e4860ea1faceb790bbb2aa01aaedfb62baf..1b0cf14d7446e2414e3e9d378e4ddbeff77470d5 100644 (file)
@@ -8,9 +8,9 @@
   <h2>Download and install</h2>
   <p><b>Automatic installation:</b> Tornado is listed in <a href="http://pypi.python.org/pypi/tornado">PyPI</a> and can be installed with <code>pip</code> or <code>easy_install</code>.  If you do not already have libcurl installed you may need to install it separately; see the prerequisites section below.  Note that the source distribution includes demo applications that are not present when Tornado is installed using <code>pip</code> or <code>easy_install</code></p>
 
-  <p><b>Manual installation:</b> Download <a href="http://github.com/downloads/facebook/tornado/tornado-1.2.tar.gz">tornado-1.2.tar.gz</a></p>
-  <pre><code>tar xvzf tornado-1.2.tar.gz
-cd tornado-1.2
+  <p><b>Manual installation:</b> Download <a href="http://github.com/downloads/facebook/tornado/tornado-1.2.1.tar.gz">tornado-1.2.1.tar.gz</a></p>
+  <pre><code>tar xvzf tornado-1.2.1.tar.gz
+cd tornado-1.2.1
 python setup.py build
 sudo python setup.py install</code></pre>
   <p>The Tornado source code is <a href="http://github.com/facebook/tornado">hosted on GitHub</a>.  On Python 2.6+, it is also possible to simply add the tornado directory to your <code>PYTHONPATH</code> instead of building with <code>setup.py</code>, since the standard library includes <code>epoll</code> support.</p>