Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-04-05 19:29:15 +00:00
parent 0ffe5fd875
commit 89b23e641f
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.6.2 (2026-04-05)
### Code Style
- Reformat test_gdpr.py and test_gmail_labels.py to fix black CI check
([`7afa33f`](https://github.com/christianlouis/InboxConverge/commit/7afa33f3758d289bb0971e3f83bcc30b39e436f1))
## [Unreleased] ## [Unreleased]
### Added ### Added
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "inboxconverge" name = "inboxconverge"
version = "0.6.1" version = "0.6.2"
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"