From 3ed7c971d2713764cdd1696bdee054ce7b72e767 Mon Sep 17 00:00:00 2001 From: Paul Booth Date: Thu, 2 Jul 2026 15:21:00 -0400 Subject: [PATCH] chore: release v1.3.7 --- CHANGELOG.md | 3 +++ README.md | 2 +- VERSION | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bb8a3..7a69541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.3.7] - 2026-07-02 +Fixed the formatting with email templates in both mobile and desktop versions. + ## [1.3.6] - 2026-06-28 Changes to the prompt and default max tokens to catch more news stories diff --git a/README.md b/README.md index bac8a23..31ce0bf 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ digest, and sends one digest per label by email. Install the latest released version in its own managed environment: ```console -pipx install "git+https://github.com/pabooth/inbrief.git@v1.3.6" +pipx install "git+https://github.com/pabooth/inbrief.git@v1.3.7" ``` If `pipx` is not already installed on macOS: diff --git a/VERSION b/VERSION index 95b25ae..3336003 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.6 +1.3.7 diff --git a/pyproject.toml b/pyproject.toml index c239990..8ce9247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inbrief" -version = "1.3.6" +version = "1.3.7" description = "Generate and email AI summaries of messages from Gmail labels." readme = "README.md" license = "MIT"