From 0ecfa9ee0adf57df43eadc4cdc5557af112b4a29 Mon Sep 17 00:00:00 2001 From: "tm-infra-robot[bot]" <174849669+tm-infra-robot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:44:03 +0000 Subject: [PATCH] chore(master): release 1.4.1 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b9c46..2daf6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.1](https://github.com/gavinying/modpoll/compare/v1.4.0...v1.4.1) (2024-12-22) + + +### Bug Fixes + +* Eastron meter config issue ([d58ed36](https://github.com/gavinying/modpoll/commit/d58ed36e1bc75be72e4d14ffbcf16f41f7958386)) + + +### Documentation + +* Add reference scale usage in examples ([8b4319c](https://github.com/gavinying/modpoll/commit/8b4319c014be71bb5ac121888cc7dd9b8f552765)), closes [#75](https://github.com/gavinying/modpoll/issues/75) + ## [1.4.0](https://github.com/gavinying/modpoll/compare/v1.3.3...v1.4.0) (2024-11-15) diff --git a/pyproject.toml b/pyproject.toml index 22fe05e..4d25579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modpoll" -version = "1.4.0" +version = "1.4.1" description = "A New Command-line Tool for Modbus and MQTT" authors = ["Ying Shaodong "] repository = "https://github.com/gavinying/modpoll"