Release notes v0.12.0
Support for LND v0.12.0-beta
This is mainly a compatibility release to support the RPC of the latest LND release and to fix some issues with rebalancing LND.
Installation with signature verification
Add the public gpg key https://github.com/bitromortac.gpg
$ gpg --import bitromortac.gpg
Download the whl or tar.gz file with its associated asc file, then
$ gpg --verify lndmanage-0.12.0-py3-none-any.whl.asc or
$ gpg --verify lndmanage-0.12.0.tar.gz.asc.
Install in own python environment with
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install lndmanage-0.12.0-py3-none-any.whl
Update command:
$ pip install --upgrade lndmanage
Contributors
3nprob
Bugfixes
For a change log, visit Changelog.