We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c8a52 commit c8e89e4Copy full SHA for c8e89e4
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
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
12
## v0.8.2 (2025-01-14)
13
14
### Fix
intellinet_pdu_ctrl/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.8.2"
+__version__ = "0.8.3"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "intellinet-pdu-ctrl"
-version = "0.8.2"
+version = "0.8.3"
description = "asyncio client library for intellinet pdus"
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
license = "MIT"
0 commit comments