Skip to content

Commit

Permalink
Set version number to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Oct 4, 2011
1 parent ea25c04 commit fa15928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
extensions.append(distutils.core.Extension(
"tornado.epoll", ["tornado/epoll.c"]))

version = "2.1git"
version = "2.1.1"

if major >= 3:
import setuptools # setuptools is required for use_2to3
Expand Down
4 changes: 2 additions & 2 deletions tornado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

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

version = "2.1git"
version_info = (2, 1, 0)
version = "2.1.1"
version_info = (2, 1, 1)

0 comments on commit fa15928

Please sign in to comment.