From a538c355c6385ad6041dc4d3e3ce2296194727e7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 Jul 2024 00:06:45 +0000 Subject: [PATCH] 1.0.0-rc.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- src/__version__.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a68b1..addeaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v1.0.0-rc.10 (2024-07-31) + +### Feature + +* feat: rework ([`0afc73a`](https://github.com/MyElectricalData/myelectricaldata_import/commit/0afc73acb849ef13afd9e5b1f3801f8ba81886ed)) + +### Unknown + +* Merge pull request #563 from MyElectricalData/feat/build-args + +feat: rework ([`755edf5`](https://github.com/MyElectricalData/myelectricaldata_import/commit/755edf54f1ea925d2366549697c7a2eb4ed4ce9c)) + +* Merge pull request #562 from MyElectricalData/feat/build-args + +update setuptools ([`779cdd0`](https://github.com/MyElectricalData/myelectricaldata_import/commit/779cdd03b1cf34e33713a89d1c1ee737390e2507)) + +* update setuptools ([`42bfd46`](https://github.com/MyElectricalData/myelectricaldata_import/commit/42bfd46f09c7bf0b84693647439f9a1567035d6d)) + + ## v1.0.0-rc.9 (2024-07-29) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 6bbf62b..770595a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" # POETRY CONFIGURATION [tool.poetry] name = "myelectricaldata-import" -version = "1.0.0-rc.9" +version = "1.0.0-rc.10" description = "MyElectricalData official client" authors = ["Clément VALENTIN "] readme = "README.md" diff --git a/src/__version__.py b/src/__version__.py index 632c67d..0ce3a51 100644 --- a/src/__version__.py +++ b/src/__version__.py @@ -1,3 +1,3 @@ """Application version update by Semantic Release.""" -VERSION = "1.0.0-rc.9" +VERSION = "1.0.0-rc.10"