Skip to content

Commit

Permalink
chore(main): release 4.2.1 (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 12, 2023
1 parent a40093f commit fd304eb
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).

## [4.2.1](https://github.com/equinor/tagreader-python/compare/v4.2.0...v4.2.1) (2023-07-06)


### 🧹 Chores

* pre-commit fix ([bf7e1e4](https://github.com/equinor/tagreader-python/commit/bf7e1e46c6f7934552e90b4245cf299a0824a4ce))


### 🐛 Bug Fixes

* use correct arguments when reading single tag and code cleanup ([#234](https://github.com/equinor/tagreader-python/issues/234)) ([e0fafd4](https://github.com/equinor/tagreader-python/commit/e0fafd499fdb08391b51343145c1f50051fa0d99)), closes [#231](https://github.com/equinor/tagreader-python/issues/231)

## [4.2.0](https://github.com/equinor/tagreader-python/compare/v4.1.4...v4.2.0) (2023-06-28)


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 = "4.2.0"
version = "4.2.1"
description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems."
authors = ["Einar S. Idsø <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fd304eb

Please sign in to comment.