mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.46.0] - 2020-04-17
|
||||||
|
### Added
|
||||||
|
- remove LND config check
|
||||||
|
|
||||||
## [0.45.0] - 2020-01-25
|
## [0.45.0] - 2020-01-25
|
||||||
### Added
|
### Added
|
||||||
- clean up log statements
|
- clean up log statements
|
||||||
|
@@ -4,5 +4,5 @@
|
|||||||
# 3) we can import it into your module module
|
# 3) we can import it into your module module
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version_info__ = ('0', '45', '0')
|
__version_info__ = ('0', '46', '0')
|
||||||
__version__ = '.'.join(__version_info__)
|
__version__ = '.'.join(__version_info__)
|
||||||
|
Reference in New Issue
Block a user