]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.3b2 v4.3.0b2
authorBen Darnell <ben@bendarnell.com>
Sat, 24 Oct 2015 22:03:48 +0000 (18:03 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 24 Oct 2015 22:03:48 +0000 (18:03 -0400)
setup.py
tornado/__init__.py

index 62b7ba8b4752436c39d45d56fb817be1f138b7ba..578abf41d49acc93159d27b186ae51438dbb9441 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -99,7 +99,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.3b1"
+version = "4.3b2"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 109ed1312ec23112792dd032305e10d844320bbb..7d0acd990fe5d0bce3a7af1599a3daee868ffc8d 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.3b1"
-version_info = (4, 3, 0, -99)
+version = "4.3b2"
+version_info = (4, 3, 0, -98)