]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.4b1 v4.4.0b1
authorBen Darnell <ben@bendarnell.com>
Fri, 8 Jul 2016 18:16:41 +0000 (14:16 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 8 Jul 2016 18:16:41 +0000 (14:16 -0400)
setup.py
tornado/__init__.py

index 0c24e70a7c23ad191f21685c66ae0cdd1ad4d514..a64bc3aebf59a17f85387f3650019426d225eb13 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.4.dev1"
+version = "4.4b1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 18b171988e5f24c3bfeb344f1ded357c241861e3..7fe00e1263a354a4b34bb67f22a873dd2f6b8a48 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.4.dev1"
-version_info = (4, 4, 0, -100)
+version = "4.4b1"
+version_info = (4, 4, 0, -99)