Skip to content

Commit 8d7f9f0

Browse files
committed
Version number bump for 2.2.1
1 parent c135c36 commit 8d7f9f0

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.2"
36+
version = "2.2.1"
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
@@ -23,5 +23,5 @@
2323
# is zero for an official release, positive for a development branch,
2424
# or negative for a release candidate (after the base version number
2525
# has been incremented)
26-
version = "2.2"
27-
version_info = (2, 2, 0, 0)
26+
version = "2.2.1"
27+
version_info = (2, 2, 1, 0)

0 commit comments

Comments
 (0)