Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-03 21:48:05 +00:00
parent dd5f28ad25
commit eea50f5d74
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.10.1 (2026-05-03)
### Bug Fixes
- Normalise naive UTC expiry from google-auth to tz-aware in GmailService
([`01a85eb`](https://github.com/christianlouis/InboxConverge/commit/01a85ebedef1508b13353c55aec073562ba367d6))
## v0.10.0 (2026-05-03) ## v0.10.0 (2026-05-03)
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "inboxconverge" name = "inboxconverge"
version = "0.10.0" version = "0.10.1"
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"