This commit is contained in:
Jack Robison 2018-10-26 16:51:23 -04:00
parent 6cb30f8e05
commit e03e41ad31
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@ at anytime.
* *
### API ### API
* * add `aioupnp_version` to `upnp` field in the response to `status`
* * fix uncaught claim signature errors
### Wallet ### Wallet
* *

View file

@ -1,7 +1,7 @@
import logging import logging
__name__ = "lbrynet" __name__ = "lbrynet"
__version__ = "0.30.0" __version__ = "0.30.1rc1"
version = tuple(__version__.split('.')) version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler()) logging.getLogger(__name__).addHandler(logging.NullHandler())