From a03baa1b5b1346c521a5616270c16ade299de23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Theie=20Havenstr=C3=B8m?= <44391464+simentha@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:24:33 +0100 Subject: [PATCH] chore(main): release 1.6.2 (#38) :robot: I have created a release *beep* *boop* --- ## [1.6.2](https://github.com/equinor/atmos-validation/compare/v1.6.1...v1.6.2) (2024-11-12) ### Other * Allow final_reports attribute to be "NA" ([#37](https://github.com/equinor/atmos-validation/issues/37)) ([ecf4a99](https://github.com/equinor/atmos-validation/commit/ecf4a995bf4a8216775ba3f8313438194b4d04c3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378ef5a..ee30964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/equinor/atmos-validation/compare/v1.6.1...v1.6.2) (2024-11-12) + + +### Other + +* Allow final_reports attribute to be "NA" ([#37](https://github.com/equinor/atmos-validation/issues/37)) ([ecf4a99](https://github.com/equinor/atmos-validation/commit/ecf4a995bf4a8216775ba3f8313438194b4d04c3)) + ## [1.6.1](https://github.com/equinor/atmos-validation/compare/v1.6.0...v1.6.1) (2024-10-22) diff --git a/pyproject.toml b/pyproject.toml index d664c1c..5e45a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atmos_validation" -version = "1.6.1" +version = "1.6.2" description = "A python library containing automated data validation tools for the Atmos Data Service" authors = ["Team Atmos (Equinor)"] readme = ["README.md", "docs/conventions.md", "docs/ascii_format.md", "docs/run.md"]