Skip to content

Commit 0846140

Browse files
committed
Set version number to 2.4
1 parent f4c037c commit 0846140

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
extensions.append(distutils.core.Extension(
3434
"tornado.epoll", ["tornado/epoll.c"]))
3535

36-
version = "2.3.post1"
36+
version = "2.4"
3737

3838
if major >= 3:
3939
import setuptools # setuptools is required for use_2to3

tornado/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
# is zero for an official release, positive for a development branch,
2626
# or negative for a release candidate (after the base version number
2727
# has been incremented)
28-
version = "2.3.post1"
29-
version_info = (2, 3, 0, 1)
28+
version = "2.4"
29+
version_info = (2, 4, 0, 0)

0 commit comments

Comments
 (0)