mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 00:00:39 +00:00
Bump version 0.15.1 --> 0.15.2
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
12e938aa17
commit
d1d963b34b
2 changed files with 7 additions and 2 deletions
|
@ -21,7 +21,7 @@ at anytime.
|
|||
*
|
||||
|
||||
### Changed
|
||||
* Use lbry.io exchange rate API instead of google finance
|
||||
*
|
||||
*
|
||||
|
||||
### 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
|
||||
### Changed
|
||||
* Bumped `lbryschema` requirement to 0.0.10 [see changelog](https://github.com/lbryschema/lbryschema/blob/master/CHANGELOG.md#0010---2017-08-22)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.15.1"
|
||||
__version__ = "0.15.2"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Add table
Reference in a new issue