Skip to content

Commit 71f51fa

Browse files
author
github-actions
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 84cab1d commit 71f51fa

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
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))

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "Asyncio SolarEdge"
88
copyright = "2024, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "0.0.0"
10+
release = "0.1.0"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiosolaredge"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "Asyncio SolarEdge"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/aiosolaredge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.0.0"
3+
__version__ = "0.1.0"
44

55
from .solaredge import SolarEdge
66

0 commit comments

Comments
 (0)