From 5d38262cbc9a0d55a63c16091fc09fda16337290 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:02:05 +0200 Subject: [PATCH] chore(main): release 4.0.1 (#192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(main): release 4.0.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Morten Dæhli Aslesen --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5689481..8954f5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases). +## [4.0.1](https://github.com/equinor/tagreader-python/compare/v4.0.0...v4.0.1) (2023-06-05) + + +### 📦 Build system + +* **deps:** update dependencies ([d9954f9](https://github.com/equinor/tagreader-python/commit/d9954f9eb0f78dd60fa339baf6ce3fcdf72fadac)) + ## [4.0.0](https://github.com/equinor/tagreader-python/compare/v3.0.2...v4.0.0) (2023-05-24) diff --git a/pyproject.toml b/pyproject.toml index 6e131b9a..604dc9da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagreader-python" -version = "4.0.0" +version = "4.0.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ø "] license = "MIT"