Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Jan 22, 2024
2 parents 3a56a82 + 2741d8f commit 1bd7224
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.10.0-rc.14 (2024-01-22)

### Fix

* fix: build arch ([`94a47c3`](https://github.com/MyElectricalData/myelectricaldata_import/commit/94a47c36710954d42d87732f112456aecc87a75e))

### Unknown

* Merge remote-tracking branch 'refs/remotes/origin/main' ([`2634fe2`](https://github.com/MyElectricalData/myelectricaldata_import/commit/2634fe2fec5f07dfe90431d8248a9219924f96ba))


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

### Fix
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.13"
version = "0.10.0-rc.14"
description = "MyElectricalData official client"
authors = ["Clément VALENTIN <m4dm4rtig4n@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from routers import html
from routers import info

VERSION = "0.10.0-rc.13"
VERSION = "0.10.0-rc.14"

if "DEV" in environ or "DEBUG" in environ:
title_warning("Run in Development mode")
Expand Down

0 comments on commit 1bd7224

Please sign in to comment.