Bump version 0.14.3rc7 --> 0.14.3
Signed-off-by: Jack Robison <jackrobison@lbry.io>
This commit is contained in:
parent
9121059613
commit
dd8db5a6b0
4 changed files with 17 additions and 9 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -12,12 +12,8 @@ at anytime.
|
|||
*
|
||||
*
|
||||
|
||||
### Added
|
||||
* Added validation of currencies.
|
||||
* Added blob_announce API command
|
||||
|
||||
### Fixed
|
||||
* Fixed incorrect formatting of "amount" fields
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
@ -33,8 +29,20 @@ at anytime.
|
|||
*
|
||||
|
||||
### Removed
|
||||
* Removed TempBlobManager
|
||||
*
|
||||
*
|
||||
|
||||
|
||||
## [0.14.3] - 2017-08-04
|
||||
### Fixed
|
||||
* Fixed incorrect formatting of "amount" fields
|
||||
|
||||
### Added
|
||||
* Added validation of currencies.
|
||||
* Added blob_announce API command
|
||||
|
||||
### Removed
|
||||
* Removed TempBlobManager
|
||||
|
||||
|
||||
## [0.14.2] - 2017-07-24
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
__version__ = "0.14.3rc7"
|
||||
__version__ = "0.14.3"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
|
@ -14,7 +14,7 @@ jsonrpc==1.2
|
|||
jsonrpclib==0.1.7
|
||||
jsonschema==2.5.1
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.9#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v3.1.5rc4#egg=lbryum
|
||||
git+https://github.com/lbryio/lbryum.git@v3.1.5#egg=lbryum
|
||||
miniupnpc==1.9
|
||||
pbkdf2==1.3
|
||||
pycrypto==2.6.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ requires = [
|
|||
'envparse',
|
||||
'jsonrpc',
|
||||
'jsonschema',
|
||||
'lbryum==3.1.5rc4',
|
||||
'lbryum==3.1.5',
|
||||
'lbryschema==0.0.9',
|
||||
'miniupnpc',
|
||||
'pycrypto',
|
||||
|
|
Loading…
Reference in a new issue