Skip to content

Commit

Permalink
0.1.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 4, 2024
1 parent 211c2db commit 5be1742
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@



## v0.1.0 (2024-02-04)

### Chore

* chore: clean ([`5e1c2dd`](https://github.com/MyElectricalData/myelectricaldata_import/commit/5e1c2dda28a8471a395134cb0bd10f7e8750d862))

### Ci

* ci: run ci only on PR to main ([`2dfb992`](https://github.com/MyElectricalData/myelectricaldata_import/commit/2dfb99216a7120a14af9b10cdfbcdb25cdef3938))

### Unknown

* Merge pull request #482 from MyElectricalData/vingerha-main

chore: clean ([`211c2db`](https://github.com/MyElectricalData/myelectricaldata_import/commit/211c2db1e6e4e57dd6c9a29b242507b5d35b2a63))

* Merge pull request #481 from vingerha/main

Fix: get_week ([`988b9a6`](https://github.com/MyElectricalData/myelectricaldata_import/commit/988b9a69ea7518e0a264cce6a1621bae1ee99442))

* Fix: typo in get_week

now instead of now() ([`6c96e78`](https://github.com/MyElectricalData/myelectricaldata_import/commit/6c96e784c958b9ea334be0ec99f17f0fccacf141))

* Merge branch 'main' of https://github.com/vingerha/myelectricaldata ([`0bfaa5e`](https://github.com/MyElectricalData/myelectricaldata_import/commit/0bfaa5e6f7120236798337e6cb3c8a092377fce7))

* Fix get_week

Base on 'today' and adapt for leap-year situation ([`55b4e6e`](https://github.com/MyElectricalData/myelectricaldata_import/commit/55b4e6ee1d59742d9522411088d0d739187b29c1))


## v0.10.0-rc.22 (2024-01-30)

### 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.10.0-rc.22"
version = "0.1.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.10.0-rc.22"
VERSION = "0.1.0"

0 comments on commit 5be1742

Please sign in to comment.