Skip to content

Commit

Permalink
Set version number to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Nov 6, 2015
1 parent bd2d680 commit 26a5a6b
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 @@ -99,7 +99,7 @@ def build_extension(self, ext):

kwargs = {}

version = "4.3b2"
version = "4.3"

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.3b2"
version_info = (4, 3, 0, -98)
version = "4.3"
version_info = (4, 3, 0, 0)

0 comments on commit 26a5a6b

Please sign in to comment.