Skip to content

Commit

Permalink
Bump version number to 2.4.post3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Feb 13, 2013
1 parent da5c2be commit 336e134
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 @@ -25,7 +25,7 @@

kwargs = {}

version = "2.4.post2"
version = "2.4.post3"

distutils.core.setup(
name="tornado",
Expand Down
4 changes: 2 additions & 2 deletions tornado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate (after the base version number
# has been incremented)
version = "2.4.post2"
version_info = (2, 4, 0, 2)
version = "2.4.post3"
version_info = (2, 4, 0, 3)

0 comments on commit 336e134

Please sign in to comment.