]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.0b1 v4.0.0b1
authorBen Darnell <ben@bendarnell.com>
Sat, 21 Jun 2014 20:02:18 +0000 (16:02 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Jun 2014 20:02:18 +0000 (16:02 -0400)
setup.py
tornado/__init__.py

index 21482c467dda732a365db86e28495b875eeb0653..c485707c2f6bb93e47bc228cc7d6fffb64a9e520 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -108,7 +108,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.0.dev1"
+version = "4.0b1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 81900d20e3aa1f97b0a9a26fd6659f4041560607..5e90b7705a4453d26e800a7513d496c30594e088 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.dev1"
-version_info = (4, 0, 0, -100)
+version = "4.0b1"
+version_info = (4, 0, 0, -99)