Bump version 0.16.3rc2 --> 0.16.3

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-09-28 17:46:04 -04:00
parent 458e9e2583
commit 2c3d69c210
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
2 changed files with 13 additions and 4 deletions

View file

@ -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`)

View file

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