Skip to content

Commit eb644c6

Browse files
chore(main): release 6.0.0 (#374)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd1e332 commit eb644c6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## [6.0.0](https://github.com/equinor/tagreader-python/compare/v5.5.0...v6.0.0) (2024-09-13)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update code to work with updated pi backend ([#372](https://github.com/equinor/tagreader-python/issues/372))
11+
12+
### 🧹 Chores
13+
14+
* bump allowed msal-bearer ([#375](https://github.com/equinor/tagreader-python/issues/375)) ([bd1e332](https://github.com/equinor/tagreader-python/commit/bd1e332636e6c07bc1ade0f4482711e14e9b54f9))
15+
16+
17+
### ✨ Features
18+
19+
* update code to work with updated pi backend ([#372](https://github.com/equinor/tagreader-python/issues/372)) ([9da2963](https://github.com/equinor/tagreader-python/commit/9da296357364545f4e66a119551cc0af67587c88))
20+
21+
22+
### 🐛 Bug Fixes
23+
24+
* fix bug with wrong url for pi ([b283859](https://github.com/equinor/tagreader-python/commit/b2838599471340fd657cf38568d21feb67ed2673))
25+
526
## [5.5.0](https://github.com/equinor/tagreader-python/compare/v5.4.0...v5.5.0) (2024-08-19)
627

728

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tagreader"
3-
version = "5.5.1"
3+
version = "6.0.0"
44
description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems."
55
authors = ["Einar S. Idsø <[email protected]>", "Morten Dæhli Aslesen <[email protected]"]
66
license = "MIT"

0 commit comments

Comments
 (0)