update version

This commit is contained in:
Robert Habermann 2020-04-17 21:37:13 +02:00
parent 712ac8efba
commit 5fd5b8c955
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.46.0] - 2020-04-17
### Added
- remove LND config check
## [0.45.0] - 2020-01-25
### Added
- clean up log statements

View File

@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""
__version_info__ = ('0', '45', '0')
__version_info__ = ('0', '46', '0')
__version__ = '.'.join(__version_info__)