diff --git a/CHANGES.md b/CHANGES.md index 30e2e40..dc58405 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,9 @@ # Release Notes -## 1.5.2 (develop) +## 1.5.2 (2023-11-15) - Update metadata version handling +- Update dependencies ## 1.5.1 (2022-03-06) diff --git a/pyproject.toml b/pyproject.toml index 2ef8c61..bf3a7d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "chargeamps" -version = "1.5.2.dev1" +version = "1.5.2" readme = "README.md" description = "Charge-Amps API bindings for Python" authors = ["Jakob Schlyter "]