Skip to content

Commit

Permalink
Post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Sep 5, 2012
1 parent 648bebf commit 7a2442d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
extensions.append(distutils.core.Extension( extensions.append(distutils.core.Extension(
"tornado.epoll", ["tornado/epoll.c"])) "tornado.epoll", ["tornado/epoll.c"]))


version = "2.4" version = "2.4.post1"


if major >= 3: if major >= 3:
import setuptools # setuptools is required for use_2to3 import setuptools # setuptools is required for use_2to3
Expand Down
4 changes: 2 additions & 2 deletions tornado/__init__.py
Expand Up @@ -25,5 +25,5 @@
# is zero for an official release, positive for a development branch, # is zero for an official release, positive for a development branch,
# or negative for a release candidate (after the base version number # or negative for a release candidate (after the base version number
# has been incremented) # has been incremented)
version = "2.4" version = "2.4.post1"
version_info = (2, 4, 0, 0) version_info = (2, 4, 0, 1)

0 comments on commit 7a2442d

Please sign in to comment.