Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-03-28 22:51:23 +00:00
parent 9712e8a3b6
commit 90665ea100
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- version list --> <!-- version list -->
## v0.4.4 (2026-03-28)
### Bug Fixes
- Show proper error message instead of [object Object] in mail account wizard
([`191fee9`](https://github.com/christianlouis/InboxConverge/commit/191fee9be4a2fd77d76ee089d09717db85deeca3))
## v0.4.3 (2026-03-28) ## v0.4.3 (2026-03-28)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "inboxconverge" name = "inboxconverge"
version = "0.4.3" version = "0.4.4"
description = "Multi-account email forwarding and processing service" description = "Multi-account email forwarding and processing service"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"