From 63f8ae04bbb9bfe14304c3ecdd0b493d943178b7 Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Fri, 6 Sep 2024 00:32:25 +0800 Subject: [PATCH] chore(release): prepare for 0.6.3 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- tauri/src-tauri/tauri.conf.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270896f..0c9afa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.3] - 2024-09-05 + +### 🛠️ Bug Fixes + +- *(tauri)* Avoid installing ocrmypdf on windows + ## [0.6.2] - 2024-09-05 ### ⚙️ Miscellaneous Tasks diff --git a/pyproject.toml b/pyproject.toml index d527eb3..954197d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "statement-sensei" packages = [ {include = "webapp"} ] -version = "0.6.2" +version = "0.6.3" description = "PDF to CSV conversion for your bank statements" authors = ["Benjamin Dornel "] readme = "README.md" diff --git a/tauri/src-tauri/tauri.conf.json b/tauri/src-tauri/tauri.conf.json index 07bc0f2..2eec4b9 100644 --- a/tauri/src-tauri/tauri.conf.json +++ b/tauri/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "StatementSensei", - "version": "0.6.2", + "version": "0.6.3", "identifier": "statementsensei.streamlit.app", "build": { "beforeDevCommand": "pnpm dev",