Skip to content

Commit

Permalink
Set version number to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Sep 11, 2014
1 parent 5d0d8cb commit b18b12b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/releases/v4.0.2.rst
@@ -1,8 +1,8 @@
What's new in Tornado 4.0.2
===========================

In progress
-----------
Sept 10, 2014
-------------

Bug fixes
~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -98,7 +98,7 @@ def build_extension(self, ext):

kwargs = {}

version = "4.0.2.dev1"
version = "4.0.2"

with open('README.rst') as f:
kwargs['long_description'] = f.read()
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,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
version = "4.0.2.dev1"
version_info = (4, 0, 2, -100)
version = "4.0.2"
version_info = (4, 0, 2, 0)

0 comments on commit b18b12b

Please sign in to comment.