]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number in branch4.0 to 4.0.2.dev1
authorBen Darnell <ben@bendarnell.com>
Sun, 24 Aug 2014 16:00:49 +0000 (12:00 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 24 Aug 2014 16:00:49 +0000 (12:00 -0400)
setup.py
tornado/__init__.py

index 3e6e5b32a0d17e5f545707842055c492c511e7be..e99200a7777ed393d5c4b4b26285416f3fcdfe0f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -98,7 +98,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.0.1"
+version = "4.0.2.dev1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index eefe0f2c30a4dae018eb5e467fc07d0418e817e3..6e444ca7e8195d4f250172c45a3d15eed631c37f 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 = "4.0.1"
-version_info = (4, 0, 1, -100)
+version = "4.0.2.dev1"
+version_info = (4, 0, 2, -100)