From e14a1b3939dfb62f6e40fc59809839c4165a5f5a Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Fri, 1 Dec 2023 13:51:00 +0100 Subject: [PATCH] bump --- CHANGES.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dc58405..865d683 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Release Notes +## 1.6.0 (2023-12-01) + +- Add remote start/stop using RFID + ## 1.5.2 (2023-11-15) - Update metadata version handling diff --git a/pyproject.toml b/pyproject.toml index e0e4b0f..33f7e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "chargeamps" -version = "1.5.2" +version = "1.6.0" readme = "README.md" description = "Charge-Amps API bindings for Python" authors = ["Jakob Schlyter "]