]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
setup: Set version number to 5.0a1 2228/head
authorBen Darnell <ben@bendarnell.com>
Wed, 27 Dec 2017 18:06:11 +0000 (13:06 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 27 Dec 2017 18:06:11 +0000 (13:06 -0500)
setup.py
tornado/__init__.py

index 70cb00439c01411657fcc0d066b558d6839a0265..33e65228018225b9396ed1671784839d494cba29 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "5.0.dev1"
+version = "5.0a1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 3c191c0dd479e988f9a1660dabc0dd16f0f912bb..c55e9cb0527ce1ff8af302bfe36fc36627fe5cdf 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, print_function
 # 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 = "5.0.dev1"
-version_info = (5, 0, 0, -100)
+version = "5.0a1"
+version_info = (5, 0, 0, -99)