From 24b41e703ffcb66b25563222fb8e2a64313adfb1 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 7 Feb 2015 13:15:19 -0500 Subject: [PATCH] Bump master branch version number --- setup.py | 2 +- tornado/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 963a6ddc3e..dcbb1bc82c 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ def build_extension(self, ext): kwargs = {} -version = "4.1" +version = "4.2.dev1" with open('README.rst') as f: kwargs['long_description'] = f.read() diff --git a/tornado/__init__.py b/tornado/__init__.py index 6f4f47d2d9..01b926be29 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -25,5 +25,5 @@ # 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.1" -version_info = (4, 1, 0, 0) +version = "4.2.dev1" +version_info = (4, 2, 0, -100)