mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 08:10:34 +00:00
Bump version 0.16.1 --> 0.16.2
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
68cfa7d8fe
commit
9e82f84da1
2 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,7 @@ at anytime.
|
|||
*
|
||||
|
||||
### Fixed
|
||||
* Fixed https://github.com/lbryio/lbry/issues/771 (handle when a certificate is missing for a signed claim in `claim_list_mine`)
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
@ -33,6 +33,11 @@ at anytime.
|
|||
*
|
||||
|
||||
|
||||
## [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`)
|
||||
|
||||
|
||||
## [0.16.1] - 2017-09-20
|
||||
### Fixed
|
||||
* Fixed `transaction_list` doc string
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.16.1"
|
||||
__version__ = "0.16.2"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Add table
Reference in a new issue