Skip to content

Commit

Permalink
1.0.0-rc.12
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 31, 2024
1 parent dc35599 commit f0b578f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v1.0.0-rc.12 (2024-07-31)

### Fix

* fix: med plan upper ([`9748bc7`](https://github.com/MyElectricalData/myelectricaldata_import/commit/9748bc7d7db62b540181d3e053c88d07943e9216))

### Unknown

* Merge pull request #565 from MyElectricalData/feat/build-args

fix: med plan upper ([`dc35599`](https://github.com/MyElectricalData/myelectricaldata_import/commit/dc35599665f807a3782fd9dd45f2b608cc302b1c))


## v1.0.0-rc.11 (2024-07-31)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
# POETRY CONFIGURATION
[tool.poetry]
name = "myelectricaldata-import"
version = "1.0.0-rc.11"
version = "1.0.0-rc.12"
description = "MyElectricalData official client"
authors = ["Clément VALENTIN <m4dm4rtig4n@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Application version update by Semantic Release."""

VERSION = "1.0.0-rc.11"
VERSION = "1.0.0-rc.12"

0 comments on commit f0b578f

Please sign in to comment.