mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-03 00:30:34 +00:00
Bump version 0.16.3 --> 0.16.4
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
c3f821a4d0
commit
6a3d7aa7ce
2 changed files with 7 additions and 2 deletions
|
@ -21,7 +21,7 @@ at anytime.
|
|||
*
|
||||
|
||||
### Changed
|
||||
* Temporarily disable blob analytics report
|
||||
*
|
||||
*
|
||||
|
||||
### Added
|
||||
|
@ -33,6 +33,11 @@ at anytime.
|
|||
*
|
||||
|
||||
|
||||
## [0.16.4] - 2017-10-02
|
||||
### Changed
|
||||
* Temporarily disable blob analytics report
|
||||
|
||||
|
||||
## [0.16.3] - 2017-09-28
|
||||
### Fixed
|
||||
* Fixed blob download history
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.16.3"
|
||||
__version__ = "0.16.4"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Add table
Reference in a new issue