]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump master version number to 4.5.dev1
authorBen Darnell <ben@bendarnell.com>
Sat, 23 Jul 2016 17:26:17 +0000 (13:26 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 23 Jul 2016 17:26:17 +0000 (13:26 -0400)
setup.py
tornado/__init__.py

index 9eddaeff39b721fe03acbdc45b8e670db6fc4320..a4342c7c0ef459bdae4205f3d9a57626c18a032a 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.1"
+version = "4.5.dev1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 9778f65868966a9694a719cc1ea6cd16e4698f8b..e856a5fe481182ab91163c0e64df0a06e210b0fe 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.1"
-version_info = (4, 4, 1, 0)
+version = "4.5.dev1"
+version_info = (4, 5, 0, -100)