mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
update version
This commit is contained in:
@@ -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
|
||||
|
@@ -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__)
|
||||
|
Reference in New Issue
Block a user