Skip to content

Commit

Permalink
Set version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Apr 16, 2017
1 parent 517fb7e commit c9d2a3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/releases/v4.5.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
What's new in Tornado 4.5
=========================

Xxx XX, 2017
Apr 16, 2017
------------

Backwards-compatibility warning
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def build_extension(self, ext):

kwargs = {}

version = "4.5b2"
version = "4.5"

with open('README.rst') as f:
kwargs['long_description'] = f.read()
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 or beta (after the base version
# number has been incremented)
version = "4.5b2"
version_info = (4, 5, 0, -98)
version = "4.5"
version_info = (4, 5, 0, 0)

0 comments on commit c9d2a3f

Please sign in to comment.