Skip to content

Commit b978693

Browse files
committed
Bump version to v0.15.2
1 parent 32ddf32 commit b978693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
__copyright__ = 'Copyright 2013-2015 Python Charmers Pty Ltd'
8989
__ver_major__ = 0
9090
__ver_minor__ = 15
91-
__ver_patch__ = 1
91+
__ver_patch__ = 2
9292
__ver_sub__ = ''
9393
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
9494
__ver_patch__, __ver_sub__)

0 commit comments

Comments
 (0)