mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02: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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.0] - 2020-07-19
|
||||||
|
### Added
|
||||||
|
- add BlitzError Class
|
||||||
|
|
||||||
## [0.2.0] - 2020-05-23
|
## [0.2.0] - 2020-05-23
|
||||||
### Added
|
### Added
|
||||||
- add write() to BlitzPy config Classes
|
- add write() to BlitzPy config Classes
|
||||||
|
@ -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', '2', '0')
|
__version_info__ = ('0', '3', '0')
|
||||||
__version__ = '.'.join(__version_info__)
|
__version__ = '.'.join(__version_info__)
|
||||||
|
Loading…
Reference in New Issue
Block a user