Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 5, 2024
1 parent 39bdd95 commit 21627ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.8.0 (2024-02-05)

### Feature

* feat: increment release ([`274fa9a`](https://github.com/MyElectricalData/myelectricaldata_import/commit/274fa9afed9f62b17cf61590e030ea3658c31089))

### Unknown

* Merge branch 'main' of github.com:MyElectricalData/myelectricaldata_import ([`39bdd95`](https://github.com/MyElectricalData/myelectricaldata_import/commit/39bdd959c04fdcaca3b23548487f59d75fda2916))


## v0.7.0 (2024-02-05)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "myelectricaldata-import"
version = "0.7.0"
version = "0.8.0"
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 = "0.7.0"
VERSION = "0.8.0"

0 comments on commit 21627ae

Please sign in to comment.