From 4a65e9fed2c07ae81ff4c72682dbc886bc803831 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 07:39:06 +0000 Subject: [PATCH] chore(main): release 6.0.4 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f905d7..a036dae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases). +## [6.0.4](https://github.com/equinor/tagreader-python/compare/v6.0.3...v6.0.4) (2025-04-11) + + +### 🧹 Chores + +* remove obsolete functions ([#418](https://github.com/equinor/tagreader-python/issues/418)) ([0929499](https://github.com/equinor/tagreader-python/commit/092949955d81dfdf1c91489d0e22a251d64f0850)) + + +### 🐛 Bug Fixes + +* fix certificate handling for equinor clients ([#422](https://github.com/equinor/tagreader-python/issues/422)) ([7283277](https://github.com/equinor/tagreader-python/commit/728327736a6da64ab7efbef112681a4957108d44)) +* mypy errors, remove unused mypy ignore statements ([#419](https://github.com/equinor/tagreader-python/issues/419)) ([f6edc8d](https://github.com/equinor/tagreader-python/commit/f6edc8de23272da7909d594925ae3aefe68970c6)) + ## [6.0.3](https://github.com/equinor/tagreader-python/compare/v6.0.2...v6.0.3) (2025-03-20) diff --git a/pyproject.toml b/pyproject.toml index 299f2d13..06339f49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagreader" -version = "6.0.3" +version = "6.0.4" description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems." authors = ["Einar S. Idsø ", "Morten Dæhli Aslesen