mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 16:20:33 +00:00
Bump version 0.16.3rc2 --> 0.16.3
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
458e9e2583
commit
2c3d69c210
2 changed files with 13 additions and 4 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -13,7 +13,7 @@ at anytime.
|
|||
*
|
||||
|
||||
### Fixed
|
||||
* Fixed blob download history
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
@ -21,8 +21,8 @@ at anytime.
|
|||
*
|
||||
|
||||
### Changed
|
||||
* Improved download analytics
|
||||
* Improved download errors by distinguishing a data timeout from a sd timeout
|
||||
*
|
||||
*
|
||||
|
||||
### Added
|
||||
*
|
||||
|
@ -33,6 +33,15 @@ at anytime.
|
|||
*
|
||||
|
||||
|
||||
## [0.16.3] - 2017-09-28
|
||||
### Fixed
|
||||
* Fixed blob download history
|
||||
|
||||
### Changed
|
||||
* Improved download analytics
|
||||
* Improved download errors by distinguishing a data timeout from a sd timeout
|
||||
|
||||
|
||||
## [0.16.2] - 2017-09-26
|
||||
### Fixed
|
||||
* Fixed https://github.com/lbryio/lbry/issues/771 (handle when a certificate is missing for a signed claim in `claim_list_mine`)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.16.3rc2"
|
||||
__version__ = "0.16.3"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Add table
Reference in a new issue