Bump version 0.15.2rc2 --> 0.15.2rc3

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-08-31 17:09:33 -04:00
parent 6baf1fe40d
commit f1f543ee77
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -1,6 +1,6 @@
import logging
__version__ = "0.15.2rc2"
__version__ = "0.15.2rc3"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())