Bump version 0.16.1 --> 0.16.2

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-09-26 17:32:37 -04:00
parent 68cfa7d8fe
commit 9e82f84da1
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
2 changed files with 7 additions and 2 deletions

View file

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

View file

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