From 9e82f84da1ea3f04ceb5ca37427bf667837c0b3f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 26 Sep 2017 17:32:37 -0400 Subject: [PATCH] Bump version 0.16.1 --> 0.16.2 Signed-off-by: Jack Robison --- CHANGELOG.md | 7 ++++++- lbrynet/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9914ccc..1c432495f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index df9c9bb7c..f27ce709b 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.16.1" +__version__ = "0.16.2" version = tuple(__version__.split('.')) logging.getLogger(__name__).addHandler(logging.NullHandler())