Skip to content

Commit

Permalink
chore(main): release 5.1.2 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 5, 2023
1 parent c0ac503 commit ae597c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [5.1.2](https://github.com/equinor/tagreader-python/compare/v5.1.1...v5.1.2) (2023-12-05)

### 🧹 Chores

* ensure that the repo is in accordance with Equinor guidelines for open-source projects ([9469c22](https://github.com/equinor/tagreader-python/commit/9469c22abcc88d5ba72af406ab45cff99b548276))
* chore: avoid trying to add Statoil certificate if Equinor Root CA is already found
* chore: avoid default caching web ids in PiHandlerWeb
* chore: allow numpy integers and floats as timedelta arguments and add timeout to search method

### 🐛 Bug Fixes
* fix: allow None-timedelta when reading Snapshots or Raw data

## [5.1.1](https://github.com/equinor/tagreader-python/compare/v5.1.0...v5.1.1) (2023-12-05)


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 = "5.1.1"
version = "5.1.2"
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

0 comments on commit ae597c3

Please sign in to comment.