Skip to content

Release notes v0.11.0

Compare
Choose a tag to compare
@bitromortac bitromortac released this 25 Aug 16:34
· 155 commits to master since this release


Support for LND v0.11.0-beta

This is mainly a compatibility release to support the RPC of the latest release of LND.

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.