From 1cd46e93935b279f5fd9bd84ff2734ff4b2596dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 07:47:36 +0000 Subject: [PATCH] chore(main): release 6.2.1 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b259c31..69568c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases). +## [6.2.1](https://github.com/equinor/tagreader-python/compare/v6.2.0...v6.2.1) (2026-08-20) + + +### Bug Fixes + +* return empty list if wrong json response ([#483](https://github.com/equinor/tagreader-python/issues/483)) ([76428d9](https://github.com/equinor/tagreader-python/commit/76428d93c3b8707c150b236a70dbbcea37a06a51)) +* return empty list not None ([#477](https://github.com/equinor/tagreader-python/issues/477)) ([022d235](https://github.com/equinor/tagreader-python/commit/022d23568494833ed66bb5bfed5b2bee82d575e0)) +* simplify missing auth for AspenOne and broaden exception handlin… ([#482](https://github.com/equinor/tagreader-python/issues/482)) ([3c75196](https://github.com/equinor/tagreader-python/commit/3c75196878e0ea82e1778111219303568e2ea132)) +* simplify missing auth for AspenOne and broaden exception handling in get_handler ([3c75196](https://github.com/equinor/tagreader-python/commit/3c75196878e0ea82e1778111219303568e2ea132)) +* wrong HTTPError imported ([#468](https://github.com/equinor/tagreader-python/issues/468)) ([b7aff5d](https://github.com/equinor/tagreader-python/commit/b7aff5dbe5d6054f62bce61193e4dd17db0ed6df)) + ## [6.2.0](https://github.com/equinor/tagreader-python/compare/v6.1.0...v6.2.0) (2025-10-15) diff --git a/pyproject.toml b/pyproject.toml index bcc59b8c..3950c2ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tagreader" -version = "6.2.0" +version = "6.2.1" description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems." authors = [ { name = "Einar S. Idsø", email = "eiids@equinor.com" },