Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
@@ -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" },
Expand Down