Bump version 0.17.0rc14 --> 0.17.0rc15

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-10-11 14:06:33 -04:00
parent 78ad87d349
commit 334a55bf7f
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -1,6 +1,6 @@
import logging
__version__ = "0.17.0rc14"
__version__ = "0.17.0rc15"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())