]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 2.3 v2.3.0
authorBen Darnell <ben@bendarnell.com>
Fri, 1 Jun 2012 04:39:21 +0000 (21:39 -0700)
committerBen Darnell <ben@bendarnell.com>
Fri, 1 Jun 2012 04:39:21 +0000 (21:39 -0700)
setup.py
tornado/__init__.py

index b544df67e2c002336c201e4c2e6f3363c9a849e2..1456f1db003f240fc0cc4faaa15f0938e3d2d065 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ if "linux" in sys.platform.lower() and not python_26:
     extensions.append(distutils.core.Extension(
         "tornado.epoll", ["tornado/epoll.c"]))
 
-version = "2.3.rc1"
+version = "2.3"
 
 if major >= 3:
     import setuptools  # setuptools is required for use_2to3
index 05e10780c8219442b6d2fbffecf595e199a27bad..31daebfe65ad831632c2ba87833cb81594f01b68 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, with_statement
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate (after the base version number
 # has been incremented)
-version = "2.3.rc1"
-version_info = (2, 3, 0, -1)
+version = "2.3"
+version_info = (2, 3, 0, 0)