We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d743a2 commit 377aedeCopy full SHA for 377aede
CHANGES.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 1.6.1 (2023-12-01)
4
+
5
+- Fix problem with empty body in PUT
6
7
## 1.6.0 (2023-12-01)
8
9
- Add remote start/stop using RFID
pyproject.toml
@@ -2,7 +2,7 @@
[tool.poetry]
name = "chargeamps"
-version = "1.6.0"
+version = "1.6.1"
readme = "README.md"
description = "Charge-Amps API bindings for Python"
authors = ["Jakob Schlyter <[email protected]>"]
0 commit comments