Skip to content

Commit fa15928

Browse files
committed
Set version number to 2.1.1
1 parent ea25c04 commit fa15928

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+1-1
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.1git"
36+
version = "2.1.1"
3737

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

tornado/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
"""The Tornado web server and tools."""
1818

19-
version = "2.1git"
20-
version_info = (2, 1, 0)
19+
version = "2.1.1"
20+
version_info = (2, 1, 1)

0 commit comments

Comments
 (0)