This is mainly a compatibility release to support the RPC of the latest release of [LND](https://github.com/lightningnetwork/lnd/releases/tag/v0.11.0-beta).
Update of dependencies to newer versions
All the subdependencies were updated to the newest versions. This is to make sure compiled binaries for these packages are available,
which makes the installation process faster. It is therefore recommended to use `pip install` as an installation method in contrast to `setuptools (python3 setup.py install)`, where executables in other languages have to be compiled first.
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.11.0-py3-none-any.whl.asc` or
`$ gpg --verify lndmanage-0.11.0.tar.gz.asc`.
Install in own python environment with
`$ python3 -m venv venv`
`$ source venv/bin/activate`
`$ python3 -m pip install lndmanage-0.11.0-py3-none-any.whl`
Update command:
`$ pip install --upgrade lndmanage`
Contributors
mmilata, jules23
Bugfixes
For a change log, visit [Changelog](https://github.com/bitromortac/lndmanage/compare/v0.10.0...v0.11.0).