From 447418e2f266e3800af4cd133b13c46e26ababed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:35:13 +0000 Subject: [PATCH] chore(main): release 1.0.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a5021..1114802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/telicent-oss/ies-tool/compare/v1.0.2...v1.0.3) (2024-08-27) + + +### Miscellaneous + +* updated requests ([#12](https://github.com/telicent-oss/ies-tool/issues/12)) ([1208d8c](https://github.com/telicent-oss/ies-tool/commit/1208d8ca3af832435454a9f258f6412f44b2e805)) + ## [1.0.2](https://github.com/telicent-oss/ies-tool/compare/v1.0.1...v1.0.2) (2024-05-13) diff --git a/pyproject.toml b/pyproject.toml index 4d2e898..26b3a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "telicent-ies-tool" -version = "1.0.2" +version = "1.0.3" authors = [{name = "Telicent Ltd", email = "opensource@telicent.io"}] description = "A library for working with the IES data standard" requires-python = ">=3.8"