File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## v0.1.0 (2024-04-14)
4+
5+ ### Feature
6+
7+ - Restore py3.10 support (#2 ) ([ ` 84cab1d ` ] ( https://github.com/bdraco/aiosolaredge/commit/84cab1d7ad548bf1f76a50811dcf3b4be03e1c7a ) )
8+ - First version (#1 ) ([ ` eb6962c ` ] ( https://github.com/bdraco/aiosolaredge/commit/eb6962c0e348246f1a2fc4b994bd3e0209d2ae89 ) )
Original file line number Diff line number Diff line change 77project = "Asyncio SolarEdge"
88copyright = "2024, J. Nick Koston"
99author = "J. Nick Koston"
10- release = "0.0 .0"
10+ release = "0.1 .0"
1111
1212# General configuration
1313extensions = [
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aiosolaredge"
3- version = " 0.0 .0"
3+ version = " 0.1 .0"
44description = " Asyncio SolarEdge"
55authors = [
" J. Nick Koston <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.0 .0"
3+ __version__ = "0.1 .0"
44
55from .solaredge import SolarEdge
66
You can’t perform that action at this time.
0 commit comments