Skip to content

Commit c8e89e4

Browse files
author
github-actions
committed
0.8.3
Automatically generated by python-semantic-release
1 parent f2c8a52 commit c8e89e4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.8.3 (2025-04-10)
6+
7+
### Fix
8+
9+
* fix: Downgrade aiohttp requirement ([`f2c8a52`](https://github.com/tutorintelligence/intellinet-pdu-ctrl/commit/f2c8a522baac8611aa7e5f832a7a875193383788))
10+
11+
512
## v0.8.2 (2025-01-14)
613

714
### Fix

intellinet_pdu_ctrl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.2"
1+
__version__ = "0.8.3"

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 = "intellinet-pdu-ctrl"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "asyncio client library for intellinet pdus"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)