]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump version number to 3.3.dev1
authorBen Darnell <ben@bendarnell.com>
Wed, 15 Jan 2014 02:42:24 +0000 (21:42 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 15 Jan 2014 02:42:24 +0000 (21:42 -0500)
setup.py
tornado/__init__.py

index eb496d9818c961da88b71bd07679814a8fbd82a2..662e9a4ec2eac89a0ac698e06847c5bd92b41bd2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "3.2"
+version = "3.3.dev1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index c41ec97bf90fc832c2cee3aba93f337718403129..0517408457bb6dfe2bbcc181fb78a14f5586e28a 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, print_function, with_statement
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate or beta (after the base version
 # number has been incremented)
-version = "3.2"
-version_info = (3, 2, 0, 0)
+version = "3.3.dev1"
+version_info = (3, 3, 0, -100)