From c7266e9a94f3d614475d0194ed0fa106de34dd70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:58:56 +0200 Subject: [PATCH] chore(main): release 4.2.5 (#242) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 +++++++++++++++- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14734a38..c8550fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,21 @@ This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases). -## [4.2.4](https://github.com/equinor/tagreader-python/compare/v4.2.3...v4.2.4) (2023-07-12) +## [4.2.5](https://github.com/equinor/tagreader-python/compare/v4.2.4...v4.2.5) (2023-07-12) + + +### ๐Ÿ‘ท CI/CD + +* Resolve automatic deploy to PyPI ([7c44190](https://github.com/equinor/tagreader-python/commit/7c441906a56b5e104dc5d5a0d4cb2ac36ef4ea88), [e21b451](https://github.com/equinor/tagreader-python/commit/e21b4510c92c912876d8fc20ed8d5578e6aeecc2)) + +### ๐Ÿงน Chores + +* General code cleanup and maintenance ([dff0d71](https://github.com/equinor/tagreader-python/commit/dff0d71f3cca0bf31bc4c508bb4200ff2780afee)) + + +### ๐Ÿ“š Documentation + +* Update docs and example notebook ([550ac14](https://github.com/equinor/tagreader-python/commit/550ac147bd81a47d36b074f3bfc0cf77432da929)) ### ๐Ÿ› Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1cd1b0c0..95ef9434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagreader" -version = "4.2.4" +version = "4.2.5" description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems." authors = ["Einar S. Idsรธ "] license = "MIT"