Skip to content
Merged
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases).

## [6.0.3](https://github.com/equinor/tagreader-python/compare/v6.0.2...v6.0.3) (2025-03-20)


### 🧹 Chores

* **deps:** bump certifi from 2024.12.14 to 2025.1.31 ([#406](https://github.com/equinor/tagreader-python/issues/406)) ([9a370c6](https://github.com/equinor/tagreader-python/commit/9a370c64b9968ddc8b6a575c02daa47fde9c9529))
* update cryptography to >= 44.0.0 ([#410](https://github.com/equinor/tagreader-python/issues/410)) ([9651de7](https://github.com/equinor/tagreader-python/commit/9651de725dd2c9117202e2655650c8bb9d3ad12d))

## [6.0.2](https://github.com/equinor/tagreader-python/compare/v6.0.1...v6.0.2) (2025-02-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tagreader"
version = "6.0.2"
version = "6.0.3"
description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems."
authors = ["Einar S. Idsø <eiids@equinor.com>", "Morten Dæhli Aslesen <masl@equinor.com"]
license = "MIT"
Expand Down