Bump version 0.15.1 --> 0.15.2

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-09-07 13:19:16 -04:00
parent 12e938aa17
commit d1d963b34b
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
2 changed files with 7 additions and 2 deletions

View file

@ -21,7 +21,7 @@ at anytime.
* *
### Changed ### Changed
* Use lbry.io exchange rate API instead of google finance *
* *
### Added ### Added
@ -33,6 +33,11 @@ at anytime.
* *
## [0.15.2] - 2017-09-07
### Changed
* Use lbry.io exchange rate API instead of google finance
## [0.15.1] - 2017-08-22 ## [0.15.1] - 2017-08-22
### Changed ### Changed
* Bumped `lbryschema` requirement to 0.0.10 [see changelog](https://github.com/lbryschema/lbryschema/blob/master/CHANGELOG.md#0010---2017-08-22) * Bumped `lbryschema` requirement to 0.0.10 [see changelog](https://github.com/lbryschema/lbryschema/blob/master/CHANGELOG.md#0010---2017-08-22)

View file

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