mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
BlityPy: bump to 0.3.0
This commit is contained in:
parent
2de15466d9
commit
9eb7e3eab2
@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.0] - 2020-07-19
|
||||
### Added
|
||||
- add BlitzError Class
|
||||
|
||||
## [0.2.0] - 2020-05-23
|
||||
### Added
|
||||
- add write() to BlitzPy config Classes
|
||||
|
@ -4,5 +4,5 @@
|
||||
# 3) we can import it into your module module
|
||||
"""
|
||||
|
||||
__version_info__ = ('0', '2', '0')
|
||||
__version_info__ = ('0', '3', '0')
|
||||
__version__ = '.'.join(__version_info__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user