Bump version 0.16.3 --> 0.16.4

Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
Jack Robison 2017-10-02 09:59:20 -07:00
parent c3f821a4d0
commit 6a3d7aa7ce
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
2 changed files with 7 additions and 2 deletions

View file

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

View file

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