Skip to content

Commit e48cf35

Browse files
committed
Bump version to 3.0b2
1 parent 646f92f commit e48cf35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
kwargs = {}
2727

28-
version = "3.0b1"
28+
version = "3.0b2"
2929

3030
distutils.core.setup(
3131
name="tornado",

tornado/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
# is zero for an official release, positive for a development branch,
2626
# or negative for a release candidate or beta (after the base version
2727
# number has been incremented)
28-
version = "3.0b1"
29-
version_info = (3, 0, 0, -10)
28+
version = "3.0b2"
29+
version_info = (3, 0, 0, -9)

0 commit comments

Comments
 (0)