Skip to content

Commit 652ca16

Browse files
author
github-actions
committed
1.0.0-rc.14
Automatically generated by python-semantic-release
1 parent 98e9962 commit 652ca16

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
## v1.0.0-rc.14 (2024-08-02)
6+
7+
### Feature
8+
9+
* feat: migrate to lifespan, clean ([`23ab2f1`](https://github.com/MyElectricalData/myelectricaldata_import/commit/23ab2f1aa2925030fd5244739c075331705aedb9))
10+
11+
### Fix
12+
13+
* fix: remove "disable import" when debug is enable ([`681421f`](https://github.com/MyElectricalData/myelectricaldata_import/commit/681421facfede2976f2ddb947399d54157119a90))
14+
15+
### Unknown
16+
17+
* Merge pull request #568 from MyElectricalData/feat/build-args
18+
19+
Feat/build args ([`98e9962`](https://github.com/MyElectricalData/myelectricaldata_import/commit/98e99627b3ff8d9fb2dcd79832ae4ffeaa9e1801))
20+
21+
522
## v1.0.0-rc.13 (2024-08-01)
623

724
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
# POETRY CONFIGURATION
77
[tool.poetry]
88
name = "myelectricaldata-import"
9-
version = "1.0.0-rc.13"
9+
version = "1.0.0-rc.14"
1010
description = "MyElectricalData official client"
1111
authors = ["Clément VALENTIN <m4dm4rtig4n@gmail.com>"]
1212
readme = "README.md"

src/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Application version update by Semantic Release."""
22

3-
VERSION = "1.0.0-rc.13"
3+
VERSION = "1.0.0-rc.14"

0 commit comments

Comments
 (0)